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 |
What is best time complexity?
what is binary tree?
Define general trees?
How do you find the size of an arraylist?
What is the use of data structure?
What is data type and its types?
Which is the parent class of list<e> class?
What is meant by balanced binary tree?
Can we put null key in hashmap?
How does hashset maintain order?
Name few concurrent collection classes?
What is adt in data structure with example?