Q295. Which search is similar to minimax search?
✅ 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.
Q295. Which search is similar to minimax search?
✅ 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.