Runtime Analysis

Characterize Performance with Experiments
Published

February 10, 2025

Exploration

Activities

  • Tuesday and Thursday: Empirical Evaluation
    • Understand why program performance is critically important
    • Characterize performance patterns in Python programs
    • Use experimentation to characterize performance trade-offs
    • Prepare for using asymptotic analysis to characterize performance
    • Examine source code segments to illustrate key points
  • Friday: Continue algorithm engineering project three (see the prior week for details about this project)

Slides

Full Screen: Week Five: Runtime Analysis through Experimental Evaluation

Back to top