MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is an advantage of open addressing over separate chaining? |
| A. | it is simpler to implement |
| B. | table never gets full |
| C. | it is less sensitive to hash function |
| D. | it has better cache performance |
| Answer» B. table never gets full | |