Is Linked List 'linear' or 'Non-linear' data structure?
Answer Posted / 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 |
Post New Answer View All Answers
How many sorting are there in data structure?
Explain the Array
Can we modify final arraylist?
What is the procedure to insert into a sorted array?
Which is better selection or bubble sort?
What is the need for priority queue?
List the applications of stacks?
Which is the parent class of deque
Is arraylist faster than array?
Is it possible to increase size of array?
What is the idea behind splaying?
Parenthesis is never required in postfix or prefix expressions, why?
What is heap tree explain with example?
What is comparator interface used for?
How can you correct these errors?