Is list a data structure?
Answer / Ashish Kushwaha
"Yes, a list is considered a data structure. In computer programming, a list is an ordered collection of elements that can be accessed and manipulated using an index or key. Examples include arrays and linked lists."n
| Is This Answer Correct ? | 0 Yes | 0 No |
What is binary tree in discrete mathematics?
What is sorting and its types?
Explain about map and their types?
Why set will not allow duplicates?
What is selection sort with example?
Write a Binary Search program
Tell me real world example of polymorphism and encapsulation .
What is complete binary tree and almost complete binary tree?
What is the difference between list, set and map?
Write program for Quick sort ?
Why do we use different types of data structures?
What is the structure of an array?