InterviewSolution
Saved Bookmarks
| 1. |
Which search algorithm imposes a fixed depth limit on nodes?(a) Depth-limited search(b) Depth-first search(c) Iterative deepening search(d) Bidirectional searchThis question was posed to me by my college director while I was bunking the class.Asked question is from Uninformed Search Strategy topic in portion Problem Solving of Artificial Intelligence |
|
Answer» The CORRECT CHOICE is (a) Depth-limited search |
|