0
1.9kviews
Define Asymptotic Notation along with example.

Mumbai University > Information Technology > Sem 3 > Data structure and algorithm analysis

Marks: 3M

Year: Dec 2015, May 2016

1 Answer
0
7views

When we calculate the complexity of an algorithm we often get a complex polynomial. For simplify this complex polynomial we use some notation to represent the complexity of an algorithm call Asymptotic Notation. There are three different asymptotic notations:

O (Big O) Notation

Θ (Theta) Notation

&! (Big Omega) Notation

Please log in to add an answer.