InterviewSolution
Saved Bookmarks
| 1. |
Which data structure is used for implementing a LIFO branch and bound strategy?(a) stack(b) queue(c) array(d) linked listThe question was asked in examination.I need to ask this question from Graph Search in chapter Graph Search of Data Structures & Algorithms II |
|
Answer» Correct choice is (a) STACK |
|