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

What is data algorithm?

0 Answers  


Is hashmap ordered?

0 Answers  


Does linked list allow duplicates?

0 Answers  


What is dynamic array how it is created?

0 Answers  


What are different techniques for making hash function?

0 Answers  


What is the use of substring?

0 Answers  


Is list a data type?

0 Answers  


What is the Insertion Sort Code?.

0 Answers   DELL,


What is the difference between data types and data structures?

0 Answers  


What do you mean by Runtime Error

0 Answers  


Write the disadvantages of separate chaining?

0 Answers  


What does the dummy header in the linked list contain?

0 Answers  


Categories