AI MCQ #295: Which search is similar to minimax search?

Q295. Which search is similar to minimax search?

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

✅ Correct Answer: 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.