By the end of this module, you should:

  • be able to count statements in simple nested loops
  • have an understanding of what asymptotic complexity is
  • be able to determine the leading term of a polynomial
  • have an understanding of what Big-O time-complexity is
  • be able to compare the asymptotic growth rates of two functions