Time and Memory complexity analysis

Discussed Topics:

  • Time complexity
  • Big-O notation
  • O(1) Constant time complexity
  • O(n) Linear time complexity
  • O(n^2)
  • O(n^3)
  • O(log(n))
  • Polynomial time complexity
  • Exponential time complexity