

MCQOPTIONS
Saved Bookmarks
1. |
Match the following and choose the correct answer in the order A, B, CA.Heap Constructionp.O(nlogn)B.Hash table construction with linear probingq.O (n2 )C.AVL Tree constructionr.O(n)(Bounds given may or may not be asymptotically tight) |
A. | q, r, p |
B. | p, q, r |
C. | q, p, r |
D. | r, q, p |
Answer» E. | |