Which of the following strategy is commonly known as a blind search?

🎲 Try a Random Question  |  Total Questions in Quiz: 10  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
Artificial Intelligence Practice Test: Uninformed Search Strategy — practice the complete quiz, review flashcards, or try a random question.

Uninformed search is a class of general-purpose search algorithms which operates in brute force-way. Uninformed search algorithms do not have additional information about state or search space other than how to traverse the tree, so it is also called blind search.


Which of the following strategy is commonly known as a blind search?