written 8.6 years ago by | • modified 8.6 years ago |
Mumbai University > Information Technology > Sem 3 > Data Structure and Algorithm analysis
Marks: 3 M
Year: May 2015
written 8.6 years ago by | • modified 8.6 years ago |
Mumbai University > Information Technology > Sem 3 > Data Structure and Algorithm analysis
Marks: 3 M
Year: May 2015
written 8.6 years ago by |
1. Introduction:
i. Asymptotic analysis is used to evaluate the performance of an algorithm in terms of input size.
ii. The basic idea of asymptotic analysis is to measure the efficiency of algorithms that doesn’t depend on machine specific constants.
iii. The mathematical tools to represent time complexity of algorithms for asymptotic analysis are called as asymptotic notations.
2. Description:
i. There are 3 notations to measure time complexity of a program namely $Big-O, Big-Ω and Big-θ$.
ii. Big-O
iii. Big-Ω
iv. Big-θ