It's a visualization of the classic sorting algorithms using pygame module.
It has for now only the Bubble Sort algorithm, and it's open for contribution.
-
Clone the repository:
`git clone https://github.com/ouahbi13/sorting-visualization.git`
-
Install the requirements:
`pip install -r requirements.txt`
-
Run the visualization:
`python .\visualizer.py`
- Implement other sorting algorithms.
- Add new features.
- Fix any existing bugs.