Artificial Intelligence Algorithms Question:
Download Questions PDF

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 mentioned

Artificial Intelligence Algorithms Interview Question
Artificial Intelligence Algorithms Interview Question

Answer:

c) A goal state is reachable from every state

Download Artificial Intelligence Algorithms Interview Questions And Answers PDF

Previous QuestionNext Question
Which of the following algorithm is generally used CSP search algorithm?
a) Breadth-first search algorithm
b) Depth-first search algorithm
c) Hill-climbing search algorithm
d) None of the mentioned
How many the new states are generated in backtracking algorithm?
a) 1
b) 2
c) 3
d) 4