InterviewSolution
Saved Bookmarks
| 1. |
___________ is a self-adjusting version of a leftist heap.(a) Rightist heap(b) Skew heap(c) d-heap(d) Binary heapThis interesting question is from Heap in portion Heap of Data Structures & Algorithms II had been asked this question during an interview for a job. |
|
Answer» CORRECT option is (b) Skew HEAP The BEST I can EXPLAIN: A skew heap is a self-adjusting version of a LEFTIST heap and it is simpler to implement. |
|