Analysis of Algorithms Input Algorithm Output
Seven Important Functions Seven functions that often appear in algorithm analysis: Constant 1 Logarithmic log n Linear n N-Log-N n log n Quadratic n2 Cubic n3 Exponential 2n In a log-log chart, the slope of the line corresponds to the growth rate © 2013 Goodrich, Tamassia, Goldwasser Analysis of Algorithms
http://interactivepython.org/runestone/static/pythonds/AlgorithmAnalysis/analysis.html
Anaconda on Windows Completely free enterprise-ready Python distribution for large-scale data processing, predictive analytics, and scientific computing 195+ of the most popular Python packages for science, math, engineering, data analysis http://net.pku.edu.cn/~course/cs202/2015/resource/software/Anaconda3-2.1.0-Windows-x86_64.exe
http://net.pku.edu.cn/~course/cs202/2015/resource/other/alganal.py http://electronut.in/plotting-algorithmic-time-complexity-of-a-function-using-python/