This is a GUI which helps us to create a mental model of sorting algorithms by visualizing them. The algorithms you can visualize here are:
- Bubble Sort
- Insertion Sort
- Selection Sort
- Merge Sort
- Quick Sort
- Heap Sort
Matplotlib library of python is needed for running this project. To install that run the following command.
pip install matplotlib