What is the advantage of using a doubly linked list for chaining over singly linked list?
Posted: Wed Jul 13, 2022 7:43 pm
a) it takes less memory
b) it is easy to implement
c) it makes the process of insertion and deletion faster
d) it causes less collisions
b) it is easy to implement
c) it makes the process of insertion and deletion faster
d) it causes less collisions