Big-oh images
This is a collection of Python scripts used to generate some of the key images in an article explaining big-oh notation.
The only dependency is the Pycairo module, which can be installed via Homebrew.
Images
Here are the images generated and the file that draws each one.
antisort_example1.py
antisort_example2.py
antisort_example3.py
bigoh_img1.py
bigoh_img2.py
quicksort_example1.py
quicksort_example2.py
quicksort_example3.py







