InterviewSolution
Saved Bookmarks
| 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 |
|