Match each quantity with the correct tilde approximated order of growth. Assume each algorithm is the standard one prese
Posted: Thu May 05, 2022 1:14 pm
Match each quantity with the correct tilde approximated order of growth. Assume each algorithm is the standard one presented in the textbook. You may use each order of growth once or not at all. MAXIMUM number of key compares to perform a DELETE-MAX operation in a binary heap with n keys. MINIMUM height of a weighted quick-union tree with n elements. MINIMUM height of a binary search tree with n keys. < <
~n^2 -2 lgn ~0.5 lg n ~Ign constant
~n^2 -2 lgn ~0.5 lg n ~Ign constant