InterviewSolution
Saved Bookmarks
| 1. |
What is the fundamental operation on leftist heap?(a) insertion(b) merging(c) deletion(d) swappingMy question is taken from Heap topic in section Heap of Data Structures & Algorithms IThis question was addressed to me in a job interview. |
|
Answer» The correct option is (b) merging |
|