Lecture 1
Learning objectives
After this class, you should be able to:
- Describe the Tower of Hanoi problem.
- Formulate the minimum number of moves for the above problem as a recurrence.
- Determine a closed form expression for the minimum number of moves for the above problem, and prove its correctness using induction.
- Given a variant of the above problem, derive a recurrence for the minimum number of moves, and solve it to determine a closed form expression for the minimum number of moves.
Reading assignment
- Sec 1.1.
- Page 5.
Exercises and review questions
- Questions on current lecture's material
- Exercises 1.1, 1.2, 1.3, 1.10.
- Questions on next lecture's material
- Draw 5 lines such that they divide the plane into as many regions are possible.
Last modified: 9 Jan 2006