Exam II Study Guide

The following topics will be covered on Exam II:
Methods
For review, look at Sedgewick problems 2.1.1–2.1.5 (5 problems), 2.1.13–2.1.15 (3 problems), 2.1.22
Recursion
For review, look at Sedgewick problems 2.3.1, 2.3.3, 2.3.4, 2.3.8 (You can implement this and figure out what it does. I consider it extra credit to explain why it does what it does. Hint: consider the representation of a and (especially) b in base 2.)
Objects
For review, look at Sedgewick problems 3.2.1–3.2.4 (4 problems), 3.2.7, 3.2.8