0 votes
in Artificial Intelligence by
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 mentioned

The 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

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
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.

Related questions

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