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

By Which algorithm, the 8 queens problem is solved?

0 Answers  


Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.

0 Answers   TCS,


Can we remove element from arraylist while iterating?

0 Answers  


What is queue in data structure?

0 Answers  


What are the disadvantages of linked list?

0 Answers  






Explain the steps to insert data into a singly linked list?

0 Answers  


What is difference between rb tree and avl tree?

0 Answers  


What is a matrix?

0 Answers  


Which algorithm is used in arrays sort?

0 Answers  


Why do we use hashset?

0 Answers  


What is the difference between Array and Arraylist?

0 Answers  


What are the different types of collections?

0 Answers  


Categories