Visualizes various sorting algorithms with Python and Matplotlib.
# See `requirements.txt` for details on required packages.
$ pip install -r requirements.txt
$ cd visual-sorting-algorithms # Change directory to repository's.
$ python3 src/main.py # Run the program.
Visual Sorting Algorithms
...
- Insertion Sort
- Selection Sort
- Bubble Sort
- Quick Sort
- Merge Sort
- Gnome Sort
- Shell Sort
- Heap Sort
- Comb Sort