InterviewSolution
Saved Bookmarks
| 1. |
The term ___________ is used for a depth-first search that chooses values for one variable at a time and returns when a variable has no legal values left to assign.(a) Forward search(b) Backtrack search(c) Hill algorithm(d) Reverse-Down-Hill searchThis question was posed to me in an interview for internship.Asked question is from Constraints Satisfaction Problems topic in division Problem Solving of Artificial Intelligence |
|
Answer» Right ANSWER is (B) BACKTRACK search |
|