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 linkedhashset allow null values?

0 Answers  


Write a program using mergesort technique.

0 Answers   iNautix,


Explain heapsort. What is its complexity?

0 Answers   Essar,


Is radix sort faster than quicksort?

0 Answers  


An array having 100 elements have numbers from 1 to 99 randomly out of which any number is repeated. Find the repeated number in minimum time and space complexity.

0 Answers  






What are linked lists used for?

0 Answers  


What are the difference between arraylist and linkedlist from the perspective of sorting?

0 Answers  


How do you use merge sort?

0 Answers  


What is the use of sorting the data?

0 Answers  


What is quick sort example?

0 Answers  


What is the difference between 1d and 2d array?

0 Answers  


Describe tree database. Explain its common uses.

0 Answers  


Categories