Is Linked List 'linear' or 'Non-linear' data structure?
Answer / mamata anayak
Linked list is a linear data structure because their data elements are not placed in order as physical placement memory values instead each data element point to next data element, its is a data structure collecting of nodes which represent a sequence.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a data structure?
What is meant by a dynamic array?
What are the tasks performed while traversing a binary tree?
What is meant by linked list?
What is sequential search?
What is a weighted graph?
Explain how is linked list implemented?
What is Doubly link list?
Does hashset maintain order?
Define balance factor of a node in avl tree?
What is the prerequisite for binary searching?
What is the complexity of sorting algorithm?