1.

Which of the following is not a branch and bound strategy to generate branches?(a) LIFO branch and bound(b) FIFO branch and bound(c) Lowest cost branch and bound(d) Highest cost branch and boundI have been asked this question during a job interview.I'd like to ask this question from Graph Search in division Graph Search of Data Structures & Algorithms II

Answer»

Correct ANSWER is (d) HIGHEST cost BRANCH and bound

Easy EXPLANATION - LIFO, FIFO and Lowest cost branch and bound are different strategies to GENERATE branches. Lowest cost branch and bound helps us find the lowest cost path.



Discussion

No Comment Found

Related InterviewSolutions