CLI app that displays the entire sorting process step by step given an array or using a randomized array otherwise.
- Python 3.6+
- Activating the virtual environment by executing
source venv/bin/activate
python -m pip install -r requirements.txt
python -m visualizer sort
Select the algorithm to visualize and select the array to sort.