/AlgoPlot

Primary LanguagePython

See and Learn Sorting Algorithms.

graph

👩🏻‍💻 Get started:

source venv/bin/activate
plot_sort.py <algorithm> <dataset size>
Example:
python plot_sort.py insertion_sort 20
deactivate 

Resources:

RealPython: sorting-algorithms-python