Graphs
October 7, 20232018 July 22 NTA UGC NET Paper 1
October 7, 2023Data-Structures
Question 33 |
The concatenation of two lists is to be performed in O(1) time. Which of the following implementations of a list should be used?
Singly linked list | |
Doubly linked list | |
Circular doubly linked list | |
Array implementation of list |
Question 33 Explanation:
In circular doubly linked list concatenation of two lists is to be performed on O(1) time.
Correct Answer: C
Question 33 Explanation:
In circular doubly linked list concatenation of two lists is to be performed on O(1) time.
Subscribe
Login
0 Comments