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 type with example?

0 Answers  


How does a hashmap work?

0 Answers  


Why is arraylist faster than linkedlist?

0 Answers  


Is array a data type?

0 Answers  


What is stable sorting?

0 Answers  






Write the importance of hashing?

0 Answers  


How many types of data structure are there?

0 Answers  


List the types of rotations available in splay tree?

0 Answers  


Tell me can the size of operator be used to tell the size of an array passed to a function?

0 Answers  


What is time complexity of binary search?

0 Answers  


List out a few of the applications that make use of Multilinked Structures?

0 Answers  


Explain heapsort. What is its complexity?

0 Answers   Essar,


Categories