Q203. Which search implements stack operation for searching the states?
✅ Correct Answer: B) Depth-first search
Explanation: It implements stack operation because it always expands the deepest node in the current tree.
Q203. Which search implements stack operation for searching the states?
✅ Correct Answer: B) Depth-first search
Explanation: It implements stack operation because it always expands the deepest node in the current tree.