#Big-O-Notation-using-matplotlib Big-O notation graph using matplotlib, numpy and math module of Python. | Big-O | NAME | | 1 | constant | | log(n) | logrithmic | | n | linear | | nlog(n) | log linear | | n^2 | Quadratic | | n^3 | cubic | | 2^n | exponential |