Asymptotic Notation is notation to denote how well the algorithm or program behaves.
Basically 3 notations are used
- Big O Notation (pronunciate as “Big Oh”)
- Theta Notation
- Omega Notation
Asymptotic Notation is notation to denote how well the algorithm or program behaves.
Basically 3 notations are used