CSC403: Data structure [3/9] Previous pageContentsNext page

A data structure provides code to implement an ADT.

The most important choice is how to store data.

For stack, we will look at two choices:

The way we choose to store the data affects the performance of the operations!

Previous pageContentsNext page