• Reading: Chapter 5
  • Keywords: Recursion, Generic, Asymptotic notations
  • Practice problem set:
  • Lecture note: lecture01.pdf Introduction, lecture02.pdf Asymptotic notations
  • Code: MaxSumTestBetter.java
  • Recommended Practice Problems
    • Chapter 4: 4.21
    • Chapter 5: 5.3, 5.5, 5.8, 5.11, 5.18, 5.19, 5.21, 5.29