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.

How many successors are generated in backtracking search?

a) 1
b) 2
c) 3
d) 4

Answer: a
Explanation: Each partially expanded node remembers which successor to generate next because of these conditions, it uses less memory.

Join The Discussion