Skip to content

Jiaweihu08/visualizing-sorting-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizing Sorting Algorithms

Objective:

Use Pygame to visualize the following sorting algorithms:

1. Merge Sort

2. Heap Sort

3. Quick Sort

4. Bubble Sort

Demo: https://youtu.be/Pcrj5vNqLNY

How to use:

pip install -r requirements.txt

python sorting.py

(select the different algorithms to visualize in the main function)