What happens in CS 132?
1. More complex structures for storing and manipulating information:
stacks, queues, trees, linked lists, graphs
Applications:
- To do list (stack or queue?)
- Family tree
- Your information for Facebook or MySpace
2. Classes and object-oriented approach to manipulating them.