1.

Which search is similar to minimax search?(a) Hill-climbing search(b) Depth-first search(c) Breadth-first search(d) All of the mentionedThe question was posed to me in a job interview.Asked question is from Alpha Beta Pruning in chapter Adversarial Search of Artificial Intelligence

Answer»

Correct option is (b) Depth-first search

The explanation is: 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.



Discussion

No Comment Found

Related InterviewSolutions