#Simple Complexity Examples
These programs don't do anything very interesting, but they do cost different amounts of time to run.
The programs in increasing order of cost are:
log.cppsqrt.cpplinear.cppquadratic.cpp
Compile a file with the command
Time it by changing the value in the file input and running
Be careful not to run quadratic.cpp with too large a value!