📂

Week 2

Topics:
  • Best, worst, and average cases for algorithm performance
  • Asymptotic analysis
    • Upper and Lower Bounds
    • Big O, Big Omega, and Big Theta notation
  • Determining the running time of an algorithm
Learning Objectives:
  • Understand and be able to apply basic concepts of Asymptotic analysis
  • Recognize the cost /benefit tradeoffs that are inherent in the design of algorithms and the role of Asymptotic analysis to understand those characteristics in specific algorithms and data structures
  • Be able to determine the best, worst, and average case performance of a particular algorithm and be able to identify and articulate for any algorithm
  • The upper bound in Big O (O) notation for the algorithm
  • The lower bound in Big Omega (Ω) notation for the algorithm
  • The notation used when the upper and lower bounds are the same which is the Big Theta (Θ) notation for the algorithm
  • Recognize and be able to apply the simplifying rules outlined in section 3.4.4 of the Shaffer text.
 

Resources

In this, I used these external resources for reading and learning about Algorithm Analysis:
 

Super helpful

 
 
 
Discussion
Learning Journal