What is list data structure?



What is list data structure?..

Answer / Mohammad Sajid Husain

A list data structure represents an ordered collection of items that can be individually accessed by index. Lists may contain different types of elements and can grow or shrink dynamically as needed. In programming, lists are often implemented as arrays or linked lists.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is best time complexity?

1 Answers  


what is binary tree?

12 Answers   BMC,


Define general trees?

1 Answers  


How do you find the size of an arraylist?

1 Answers  


What is the use of data structure?

1 Answers  


What is data type and its types?

1 Answers  


Which is the parent class of list<e> class?

1 Answers  


What is meant by balanced binary tree?

1 Answers  


Can we put null key in hashmap?

1 Answers  


How does hashset maintain order?

1 Answers  


Name few concurrent collection classes?

1 Answers  


What is adt in data structure with example?

1 Answers  


Categories