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

The best I can explain: One of the major DISADVANTAGES of using separate chaining is the requirement of pointers. If the NUMBER of elements are more, it requires more pointers.



Discussion

No Comment Found

Related InterviewSolutions