Objectives : Big O

  • understand that some algorithms are more efficient than others
  • be able to analyze algorithms for efficiency
  • be able to distinguish between n, n2, and log(n) algorithms
HOME