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 m way tree in data structure?
What is the most used data structure?
What is the time complexity of arraylist and linked list?
Is treemap sorted?
What is bubble sort algorithm?
Is radix sort faster than quicksort?
Define a priority queue?
What are the advantages and disadvantages of linked list?
Which is better array or linked list?
What are the types of sorting?
Is a list an array?
Why merge sort is better than insertion sort?