1.

Which algorithm are in more similar to backward chaining algorithm?(a) Depth-first search algorithm(b) Breadth-first search algorithm(c) Hill-climbing search algorithm(d) All of the mentionedI got this question in an interview for job.Question is from Backward Chaining topic in portion Logical Agents of Artificial Intelligence

Answer»

The CORRECT answer is (a) Depth-first search algorithm

The best I can EXPLAIN: It is depth-first search algorithm because its SPACE requirements are LINEAR in the SIZE of the proof.



Discussion

No Comment Found

Related InterviewSolutions