InterviewSolution
Saved Bookmarks
| 1. |
Which search implements stack operation for searching the states?(a) Depth-limited search(b) Depth-first search(c) Breadth-first search(d) None of the mentionedThe question was asked by my school teacher while I was bunking the class.The origin of the question is Uninformed Search Strategy in portion Problem Solving of Artificial Intelligence |
|
Answer» The correct ANSWER is (b) Depth-first search |
|