Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Which search is similar to minimax search?

a) Hill-climbing search
b) Depth-first search
c) Breadth-first search
d) All of the mentioned

Answer: b
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.

Join The Discussion