Whether Linked List is linear or Non-linear data structure?



Whether Linked List is linear or Non-linear data structure?..

Answer / jagrit kashyap

According to Access strategies Linked list is a linear one.

According to Storage Linked List is a Non-linear one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a map in programming?

0 Answers  


Why do we use insertion sort?

0 Answers  


Is quicksort recursive?

0 Answers  


What is data and its type?

0 Answers  


Define a Deque?

0 Answers  


Does linked list allow null values?

0 Answers  


What do you mean by external sorting?

0 Answers  


How do you find the second largest element in an array of integers?

0 Answers  


Is it possible to make an array volatile in java?

0 Answers  


Can hashset contain duplicates?

0 Answers  


What is a Stack? Explain with example?

0 Answers  


Define right-in threaded tree?

0 Answers  


Categories