User chooses a sorting algorithm then watches it sort, by length, a randomly distributed array of bars of different lengths.
- Practice with python syntax.
- Practice with python generators
- Be able to visualize different sorting algortihms.
- Learn the basics of Pygame.
- Clone GitHub repository:
git clone https://github.com/2miles/sorting_isualizer.git
- Install requirements:
pip3 install -r requirements.txt
- Run:
python3 main.py