InterviewSolution
Saved Bookmarks
| 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 |
|