Page 1 of 1

Yo uare required to implement a queue data structure using linked list implementation. there are two linked list impleme

Posted: Sat Feb 19, 2022 3:23 pm
by answerhappygod
Yo uare required to implement a queue data structure using
linked list implementation. there are two linked list
implementations, one is a single linked implementation and he
second one is a double linked implementation. Which implementation
of linked list would you pick to implement the queue data
structure? explain.