CS 132 Exam 2
- Chapters 7-11.
- There will be no online component.
- Classes: I will ask you to fill in function bodies. If you do something
recursively, include the complete code for any helper functions.
- Stacks: bodies for linkedStackType.
- Queues: bodies for queueAsArray.
- Simulation: I might ask what changes you would make for different patterns of handling customers.
- Searching and sorting: I want you to know how the different searches and sorts work
and their order, but will not ask for code.
- Trees: mostly recursive functions, none of the messy other ones.
- Heaps: how they work, no code.
- Best strategy: look over slides, class examples, and weekly assignments.