Asymptotic analysis

suggest change

Since we have many different algorithms to choose from, when we want to sort an array, we need to know which one will do it’s job. So we need some method of measuring algoritm’s speed and reliability. That’s where Asymptotic analysis kicks in. Asymptotic analysis is the process of describing the efficiency of algorithms as their input size (n) grows. In computer science, asymptotics are usually expressed in a common format known as Big O Notation.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents