Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: b
Explanation: It implements stack operation because it always expands the deepest node in the current tree.

Join The Discussion