InterviewSolution
Saved Bookmarks
| 1. |
Why would a recursive implementation fail in skew heaps?(a) skew heaps are self adjusting(b) efficiency gets reduced(c) lack of stack space(d) time complexityMy query is from Heap topic in portion Heap of Data Structures & Algorithms IThe question was posed to me in class test. |
|
Answer» Correct ANSWER is (c) lack of stack SPACE |
|