InterviewSolution
Saved Bookmarks
| 1. |
Branch and bound is a __________(a) problem solving technique(b) data structure(c) sorting algorithm(d) type of treeI have been asked this question by my school principal while I was bunking the class.My enquiry is from Graph Search in chapter Graph Search of Data Structures & Algorithms II |
|
Answer» CORRECT answer is (a) problem solving TECHNIQUE Easy explanation - Branch and bound is a problem solving technique GENERALLY USED for solving combinatorial OPTIMIZATION problems. Branch and bound helps in solving them faster. |
|