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

Differentiate between push and pop?

0 Answers  


What is 1d array?

0 Answers  


what is a balanced tree.

0 Answers  


If you have to store one lakh objects, what will be a better option- a hash map or an array list?

0 Answers   DELL,


What is the time complexity of arraylist and linked list?

0 Answers  






Discuss the difference between a stack and an Array?

0 Answers  


What is significance of ” * ” ?

0 Answers  


Explain the uses of matrix with an example?

0 Answers  


what is the difference between Linear Array and Linked List?

0 Answers  


Is hashmap sorted?

0 Answers  


What exactly is a thread?

0 Answers  


Which sorting is best and why?

0 Answers  


Categories