InterviewSolution
Saved Bookmarks
| 1. |
In a leftist heap, all the operations should be performed on?(a) left path(b) centre path(c) right path(d) rootThis intriguing question comes from Heap in portion Heap of Data Structures & Algorithms IThe question was asked in unit test. |
|
Answer» The correct answer is (c) RIGHT PATH |
|