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?
- A.
It requires many pointers
- B.
It requires linked lists
- C.
It uses array
- D.
It does not resolve collision
Attempted by 165 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.