CS140 -- Syllabus
The topics that I anticipate covering are:
- General C review and Migration from C++ to C
- Pointers and I/O using the fields library
- Linked lists: using the dlist library
- Linked lists: writing linked list code
- Stacks and queues
- Basic Algorithm Analysis
- Binary trees: search trees, AVL trees, splay trees, B-trees
- Binary trees: writing binary tree code
- Hashing
- Heaps