Which search is similar to minimax search?
a) Hill-climbing search
b) Depth-first search
c) Breadth-first search
d) All of the mentioned

Submitted by: Administrator
b) 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.
Submitted by:

Read Online Artificial Intelligence Games Job Interview Questions And Answers