The concatenation of two lists can be performed in O(1) time. Which of the following variation of the linked list can be
Posted: Wed Jul 13, 2022 7:41 pm
a) Singly linked list
b) Doubly linked list
c) Circular doubly linked list
d) Array implementation of list
b) Doubly linked list
c) Circular doubly linked list
d) Array implementation of list