InterviewSolution
Saved Bookmarks
| 1. |
How can be the goal is thought of in backward chaining algorithm?(a) Queue(b) List(c) Vector(d) StackThe question was posed to me in a job interview.This question is from Backward Chaining topic in chapter Logical Agents of Artificial Intelligence |
|
Answer» RIGHT choice is (d) Stack For explanation: The goals can be thought of as stack and if all of them us satisfied MEANS, then CURRENT branch of proof succeeds. |
|