InterviewSolution
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 performancePlease explain the answer as well. |
|
Answer» Correct choice is (a) it is simpler to implement |
|