+1 vote
in Artificial Intelligence by
Which search is similar to minimax search?

(a) Hill-climbing search

(b) Depth-first search

(c) Breadth-first search

(d) All of the mentioned

The question was posed to me in a job interview.

Asked question is from Alpha Beta Pruning in chapter Adversarial Search of Artificial Intelligence

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
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.

Related questions

0 votes
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
0 votes
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
...