Khan Academy has a great explanation on the need of Asymptotic notation. Here is the best part.

When we drop the constant coefficients and the less significant terms, we use asymptotic notation.

Asymptotic notation

January 1, 2017 Algorithms


Previous post
Creating String Pairs with Python Complete the solution so that it splits the string into pairs of two characters. If the string contains an odd number of characters then it should
Next post
Python Command line arguments Here is some simple code that allows you to call different functions based on user provided options. There are more robust tools out there but if