https://github.com/jiaweihu08/visualizing-sorting-algorithms
Visualizing sorting algorithms using Pygame
https://github.com/jiaweihu08/visualizing-sorting-algorithms
algorithms-and-data-structures bubble-sort heap-sort merge-sort python3 quick-sort
Last synced: 6 months ago
JSON representation
Visualizing sorting algorithms using Pygame
- Host: GitHub
- URL: https://github.com/jiaweihu08/visualizing-sorting-algorithms
- Owner: Jiaweihu08
- Created: 2020-11-15T19:51:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-15T10:24:52.000Z (about 2 years ago)
- Last Synced: 2023-11-15T11:30:45.978Z (about 2 years ago)
- Topics: algorithms-and-data-structures, bubble-sort, heap-sort, merge-sort, python3, quick-sort
- Language: Python
- Homepage:
- Size: 636 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)