edited by
19,468 views
44 votes
44 votes

The concatenation of two lists is to be performed on $O(1)$ time. Which of the following implementations of a list should be used?

  1. Singly linked list

  2. Doubly linked list

  3. Circular doubly linked list

  4. Array implementation of list

edited by

5 Answers

Answer:

Related questions

48 votes
48 votes
7 answers
3