1.

The leaves in a state-space tree represent only complete solutions.(a) true(b) falseI had been asked this question in a job interview.My doubt is from Backtracking in chapter Backtracking of Data Structures & Algorithms II

Answer»

Right answer is (B) false

Best explanation: The leaves in a state space tree can either REPRESENT non-promising dead ends or complete solutions FOUND by the ALGORITHM.



Discussion

No Comment Found

Related InterviewSolutions