+1 vote
in Artificial Intelligence by
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 search

This 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

Select the correct answer from above options

Interview Questions and Answers, Database Interview Questions and Answers for Freshers and Experience

1 Answer

0 votes
by
Right answer is (b) Backtrack search

Easiest explanation: Refer definition of backtracking algorithm.

Related questions

+1 vote
asked Oct 23, 2021 in Artificial Intelligence by DavidAnderson
+1 vote
asked Nov 1, 2021 in Artificial Intelligence by DavidAnderson
...