InterviewSolution
Saved Bookmarks
| 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 |
|