Midterm 2 Study Guide
Topics:
- Algorithms and Runtime complexity
- definitions of big-O, big-Omega, big-Theta notation
- determining big-O/Theta estimates
- relative orders of growth
- classes of problems
- Induction
- proof by mathematical induction
- proof by strong induction
- proof of recursive functions by induction
- Counting
- basic counting techniques:
- sum rule
- product rule
- subtraction rule
- division rule
- r-permutations/combionations (with/without replacement)
- permutations of indistinguishable objects
- binomial theorem
- pigeonhole principle and applications
- combinatorial proof techniques