COS 226 Midterm Information, Fall 2014


Time and location:


Rules:


Midterm week office hours:


Q + A session:

5:30-7:30pm Monday, October 20 in CS 105.

The precept before the exam will be largely devoted to Q+A and midterm review.


Material covered:


List of algorithms and data structures:

quick-find quick-union weighted quick-union
resizing arrays linked lists stacks queues
insertion sort selection sort Knuth shuffle
mergesort bottom-up mergesort
quicksort 3-way quicksort quickselect
binary heaps heapsort
sequential search binary search BSTs
kd-trees interval search trees
2-3 trees left-leaning red-black BSTs
separate chaining linear probing

A good way to practice for the midterm is to solve problems from old exams. There are also (ungraded) exercises in Blackboard that you may use for practice.