🔮 Sorting Algorithm Visualizer

Watch computer go beep and see colored bars.

View on GitHub Features Setup

✨ Features

⚙️ Setup

git clone https://github.com/OSCUA/sorting-algorithm-visualizer
cd sorting-algorithm-visualizer
python -m venv venv
source venv/bin/activate
pip install pygame malplotlib 
python main.py