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

To ELABORATE: It IMPLEMENTS stack operation because it always expands the deepest node in the current tree.



Discussion

No Comment Found

Related InterviewSolutions