1.

How many successors are generated in backtracking search?(a) 1(b) 2(c) 3(d) 4The question was asked by my school teacher while I was bunking the class.Enquiry is from Uninformed Search Strategy topic in chapter Problem Solving of Artificial Intelligence

Answer»

Right ANSWER is (a) 1

Explanation: Each PARTIALLY EXPANDED node remembers which SUCCESSOR to generate next because of these conditions, it uses less memory.



Discussion

No Comment Found

Related InterviewSolutions