1.

Both LIFO branch and bound strategy and backtracking leads to depth first search.(a) true(b) falseThis question was addressed to me in my homework.I would like to ask this question from Graph Search in chapter Graph Search of Data Structures & Algorithms II

Answer»

The correct option is (a) true

Best explanation: Both backtrackings as well as branch and bound are problem SOLVING ALGORITHMS. Both LIFO branch and bound STRATEGY and backtracking leads to depth first search.



Discussion

No Comment Found

Related InterviewSolutions