InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is a disadvantage of using separate chaining using linked lists?(a) It requires many pointers(b) It requires linked lists(c) It uses array(d) It does not resolve collisionThe query is from Hash Tables topic in chapter Hash Tables of Data Structures & Algorithms IThe question was asked during an interview. |
|
Answer» Correct choice is (a) It requires MANY POINTERS |
|