A visualiser for multiple sorting algorithms implemented using matplotlib.pyplot.
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
I have implemented the visualiser using matplotlib.pyplot
Run the following command in the terminal:
python main.py