Lab 1: Subtask 2: The SoC
DUE: at the beginning of Week 4 lab.
The next step in the design of our Class Schedule application is to
look at the internal representation of the
Schedule of Classes (SoC).
This week we will only DESIGN the SoC data type
(no implementation). Your deliverable is soc.h.
Things to
THINK
about:
- What additional data types might be useful to support the SoC?
- What data structure is appropriate for its implementation?
- What operations shoudl be provided for the SoC?
Your team can show me your soc.h file at the end of the lab
session today, or the beginning of lab next week. We will defer
the implementation until we have looked at an alternate data
structure.