InterviewSolution
Saved Bookmarks
| 1. |
Choose the option with function having same complexity for a fibonacci heap.(a) Insertion, Union(b) Insertion, Deletion(c) extract_min, insertion(d) Union, deleteMy question is from Binomial and Fibonacci Heap in portion Heap of Data Structures & Algorithms II had been asked this question by my school teacher while I was bunking the class. |
|
Answer» The CORRECT option is (a) INSERTION, Union |
|