Session 08 - Let's calculate Big O

Photo by Taylor Foss on Unsplash

Session 08 - Let's calculate Big O

Part 1

Part 2

Topics Covered

  1. How to calculate Big O ?

  2. Four simple steps.

  3. O(n)

  4. Constant Time

  5. O(Log n)

  6. O (n log n)