InterviewSolution
Saved Bookmarks
| 1. |
Backtracking is based on ____________(a) Last in first out(b) First in first out(c) Recursion(d) Both Last in first out & RecursionI got this question in quiz.My question comes from Constraints Satisfaction Problems topic in chapter Problem Solving of Artificial Intelligence |
|
Answer» The CORRECT option is (d) Both Last in first out & Recursion |
|