Learning objectives
After this class, you should be able to:
- Describe the course policies, grading criteria, and your responsibilities.
- Write a formal proof by induction.
Reading assignment
- Read the syllabus and class notes.
- CLR: Section 26.1, page 644.
Exercises and review questions
- Questions on current lecture's material
- How many homework assignments will you have in this course?
- How many programming assignments will you have in this course?
- Will you be graded on class participation in this course?
- What will your grade be if you obtain a total score of 85% and an exam average of 50%?
- Consider a binary tree in which each node has either two children, or no children. Prove by induction that the number of leaf nodes in such a tree with
n
nodes is (n+1)/2
. Please submit a hardcopy of your proof to me at the begining of the next lecture, if you want feedback from me.
- Questions on next lecture's material
- Give an example of a flow network with 5 nodes and 6 edges, and give an example of a valid flow for it, which is not the maximum possible flow.
Last modified: 28 June 2004