InterviewSolution
Saved Bookmarks
| 1. |
What are the applications of weight balanced tree?(a) dynamic sets, dictionaries, sequences, maps(b) heaps(c) sorting(d) storing stringsThis intriguing question originated from Weight Balanced Tree in chapter Binary Trees of Data Structures & Algorithms IThis question was posed to me in semester exam. |
|
Answer» Right answer is (a) dynamic SETS, dictionaries, SEQUENCES, maps |
|