Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 665 Bytes

Space Time Complexity.md

File metadata and controls

25 lines (15 loc) · 665 Bytes

Time Complexity

Time Taken by code to execute a particular task as a function of length of input.

Space Complexity

Additional Space taken by code to execute a particular task as a function of length of input.

Types of Notation

  1. Big-O Notation - Upper Bound (Mostly Used)
  2. Theta Notation - Average Bound
  3. Omega Notation - Lower Bound

Types of Big-O Notation

BIG O