Are linked lists considered linear or non-linear data structure?



Are linked lists considered linear or non-linear data structure?..

Answer / Rajesh Kumar Gautam

Linked lists are linear data structures because they store elements in a sequential manner, where each element is connected to the next one through a link.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

difference between the run time polymorphism and compile time poly morphism and about virtual function.

2 Answers   CybAge, Innowe, TCS, Wipro,


When will you use array over arraylist?

1 Answers  


What exactly is a thread?

1 Answers  


How does hashset work internally in java?

1 Answers  


Write a Binary Search program

7 Answers   Microsoft, TCS,


What is difference between capacity and size of arraylist?

1 Answers  


What is the difference between dictionary and hashtable?

1 Answers  


What is the difference between hashset and linkedhashset?

1 Answers  


Can a binary tree be empty?

1 Answers  


Which method will arrange the element of an array in alphabetical order?

1 Answers  


List the basic operations carried out in a linked list?

1 Answers  


How to create your own data structure in java?

1 Answers  


Categories