Linear data structures

Home > Computer Science > Algorithms and data structures > Queues and Stacks > Linear data structures

This topic covers the most basic type of data structure that stores elements in a sequential order, like an array or a list.