a) Uninformed search
b) Informed search
c) Simple reflex search
d) All of the mentioned
Answer: a
Explanation: In blind search, We can search the states without having any additional information. So uninformed search method is blind search.
Related Posts
How many successors are generated in backtracking search?
When is breadth-first search is optimal?
How many types are available in uninformed search method?
Which search is implemented with an empty first-in-first-out queue?
Which is the best way to go for Game playing problem?
Which search method takes less memory?
A production rule consists of ____________
Join The Discussion