InterviewSolution
Saved Bookmarks
| 1. |
When do we call the states are safely explored?(a) A goal state is unreachable from any state(b) A goal state is denied access(c) A goal state is reachable from every state(d) None of the mentionedI got this question during a job interview.This interesting question is from Constraints Satisfaction Problems topic in portion Problem Solving of Artificial Intelligence |
|
Answer» RIGHT ANSWER is (c) A goal state is REACHABLE from every state To explain: NONE. |
|