Data Structures, Data Types
Over the last few weeks, we have
- defined structures like lists, stacks, queues, ...
- examined implementations of these structures
- provided X.h and X.c for each structure X
What we were actually doing is defining new data types.
Now we look in more detail about what a "data type" is ...
|