Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

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

Answer: b
Explanation: Refer definition of backtracking algorithm.

Join The Discussion