Is Linked List 'linear' or 'Non-linear' data structure?



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

Post New Answer

More Data Structures Interview Questions

Does treemap allow null key?

1 Answers  


Does concurrenthashmap allow null?

1 Answers  


Which is faster array or list?

1 Answers  


What are the operations that can be performed on a stack?

1 Answers  


Explain the Array

1 Answers   Tech Mahindra,


What do you mean by sorting?

1 Answers  


Differentiate between queue and deque.

1 Answers  


Define a right-skewed binary tree?

1 Answers  


List the area of applications where stack data structure can be used?

1 Answers  


Does treemap preserve order?

1 Answers  


Are duplicates allowed in hashmap?

1 Answers  


Is there any difference between int[] a and int a[]?

1 Answers  


Categories