Big O Notation

Big O Notation

  1. Introduction to Big O Notation
  2. Big O Time Complexity Visualization
  3. O(1)
  4. O(1) Code Example
  5. O(n)
  6. O(n) Code Example
  7. O(n^2)
  8. O (N Squared) Example
  9. O(log N)
  10. Time vs Space Complexity
  11. Best Case
  12. Average Case
  13. Worst Case

Topic Tests