Exam Information
Exam Schedule
There will be two midterms given in this class. Each midterm will take
about 1 hour and will be given at the beginning of class on the following
dates:
- Midterm 1: Tuesday, February 3
- Midterm 2: Tuesday, March 2
The final exam is scheduled to last three hours. It will be given in
the normal class location, at the following date and time:
- Final: Thursday, March 18, 4 - 7 PM
- Review Questions - NOTE the following
errors:
- Problem 2: This should be a minimum height binary tree
- Problem 3: O(2n) should be O(2^n) and O(n2) should be O(n^2)
- that is, there should be an exponent.
- Problem 10: System.out.println(...) should be printf(...)
|