InterviewSolution
Saved Bookmarks
| 1. |
Which data structure is used to maintain a dynamic forest using a link or cut operation?(a) Top Tree(b) Array(c) Linked List(d) StackMy question is taken from Binary Trees topic in division Binary Trees of Data Structures & Algorithms II got this question in examination. |
|
Answer» Right option is (a) TOP Tree |
|