1.

Both FIFO branch and bound strategy and backtracking leads to depth first search.(a) true(b) falseThe question was asked in an interview.The above asked question is from Graph Search in chapter Graph Search of Data Structures & Algorithms II

Answer»

The CORRECT option is (b) false

The explanation is: FIFO branch and bound leads to breadth first search. Whereas BACKTRACKING leads to DEPTH first search.



Discussion

No Comment Found

Related InterviewSolutions