A simple python gui leveraging tkinter modules to implementing and visualize data algorithms like Bubble Sort, Quick Sort and Merge Sort, which is a widely used in sorting and organizing data.
As a user,
I want to be able to use the sorting visulizer to implement Bubble Sort, Quick Sort and Merge Sort.
So that I have a better understanding of these algorithms an dtheir implementation.
- clone the repo.
- cd into repo.
- run python script.
python3 .\sortingAlgs.py
- play around with algorithms and data sizes and let the program run.
Collaboration is welcomed! For pull requests and changes, please open an issue first to discuss what changes you would like to make.


