Google News
logo
Artificial Intelligence - Quiz(MCQ)
Which search is similar to minimax search?
A)
Hill-climbing search
B)
Breadth-first search
C)
Depth-first search
D)
All of the above

Correct Answer : Option (C) :   Depth-first search


Explanation : The minimax search is depth-first search, So at one time we just have to consider the nodes along a single path in the tree.

Advertisement