InterviewSolution
Saved Bookmarks
| 1. |
How is a pairing heap represented?(a) binary tree(b) fibonacci tree(c) heap ordered tree(d) treapThis intriguing question comes from Heap in portion Heap of Data Structures & Algorithms IThe question was posed to me in semester exam. |
|
Answer» The CORRECT choice is (c) heap ordered TREE |
|