

MCQOPTIONS
Saved Bookmarks
1. |
What is the time per operation of merging, insertion and deletion operations in a skew heap? |
A. | O(N) |
B. | O(log N) |
C. | O(N log N) |
D. | O(N2) |
Answer» C. O(N log N) | |