Page 1 of 1

What is the advantage of using linked list over the doubly linked list for chaining?

Posted: Wed Jul 13, 2022 7:43 pm
by answerhappygod
a) it takes less memory
b) it causes more collisions
c) it makes the process of insertion and deletion faster
d) it causes less collisions