MCQOPTIONS
Saved Bookmarks
| 1. |
What is the advantage of hashing with chaining? |
| A. | cache performance is good |
| B. | uses less space |
| C. | less sensitive to hash function |
| D. | has a time complexity of O(n) in the worst case |
| Answer» D. has a time complexity of O(n) in the worst case | |