What is the advantage of using linked list over the doubly linked list for chaining?
(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
The query is from Hash Tables topic in division Hash Tables of Data Structures & Algorithms I
The question was posed to me in homework.