Which of the following is a disadvantage of using separate chaining using…

2025

Which of the following is a disadvantage of using separate chaining using linked lists?

Answer: A. It requires many pointersAnswer: a Explanation: One of the major disadvantages of using separate chaining is the requirement of pointers. If the number of elements are more, it…

  1. A.

    It requires many pointers

  2. B.

    It requires linked lists

  3. C.

    It uses array

  4. D.

    It does not resolve collision

Attempted by 302 students.

Show answer & explanation

Correct answer: A

Answer: a

Explanation: 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.

Explore the full course: Coding For Placement

Loading lesson…