Which of the following is a disadvantage of using separate chaining using linked lists?
Posted: Wed Jul 13, 2022 7:43 pm
a) It requires many pointers
b) It requires linked lists
c) It uses array
d) It does not resolve collision
b) It requires linked lists
c) It uses array
d) It does not resolve collision