Computer Science, asked by pradhanjanjitya12, 1 month ago


The concatenation of two lists is to be performed in 0 (1) time. Which of the
following implementation of a list should be used?
(a) Singly linked list
(b) Doubly linked list
(c) Circular doubly linked list
(d) Array implementation of list.

Answers

Answered by shaikhshabira752
4

Answer:

(b)Doubly linked list

hope it helps you thank you

Similar questions