0
4.1kviews
Explain Big-oh, Omega and theta notation with the help of digram. How do we analyze and measure time complexity algorithm?
1 Answer
| written 3.8 years ago by |
Asymptotic Notation : -
Asymptotic Notation is used to describe the running time of an algorithm - how much time an algorithm takes with a given input, n.
There are three different notations:
Big-Θ is used when the running …