Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 483 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 483 Bytes

Competitive-programming

Omega Notation ( Ω ) gives the best case complexity.
Big O Notation ( O ) gives the worst case complexity.
Theta Notation ( θ ) gives the average case complexity of an algorithm.

for detailed information, refer this