Lists and Linked Lists
Contents
- What is a list?
- Operations on a list
- Using an array
- Linked Lists
What is a list?
A list is an abstract data type that contains a number of items of the same datatype.
30 Oct 20241 min read
A list is an abstract data type that contains a number of items of the same datatype.