

MCQOPTIONS
Saved Bookmarks
1. |
What is the worst case search time of a hashing using separate chaining algorithm? |
A. | O(N log N) |
B. | O(N) |
C. | O(N2) |
D. | O(N3) |
Answer» C. O(N2) | |