InterviewSolution
Saved Bookmarks
| 1. |
The concatenation of two lists can be performed in O(1) time. Which of the following variation of the linked list can be used?(a) Singly linked list(b) Doubly linked list(c) Circular doubly linked list(d) Array implementation of listOrigin of the question is Singly Linked List Operations in portion Abstract Data Types of Data Structures & Algorithms IThis question was addressed to me in class test. |
|
Answer» The correct ANSWER is (c) CIRCULAR doubly linked LIST |
|