https://github.com/Anurag-gg/Algorithm-visualizer
A sorting visualizer made in python with the help of DearPyGui
https://github.com/Anurag-gg/Algorithm-visualizer
dearpygui python3 sort sorting sorting-algorithms visualization
Last synced: about 1 year ago
JSON representation
A sorting visualizer made in python with the help of DearPyGui
- Host: GitHub
- URL: https://github.com/Anurag-gg/Algorithm-visualizer
- Owner: Anurag-gg
- Created: 2022-04-28T18:04:55.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T18:08:02.000Z (about 4 years ago)
- Last Synced: 2024-11-06T10:43:38.911Z (over 1 year ago)
- Topics: dearpygui, python3, sort, sorting, sorting-algorithms, visualization
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A sorting visualizer made in python with the help of [DearPyGui](https://github.com/hoffstadt/DearPyGui)
## Current implementation:
* Bubble sort
* Selection sort
* Insertion sort
### Plan on adding more sorting algos in the future.
### Also might add path finding algo visualization
https://user-images.githubusercontent.com/86948851/165818707-ce79e58d-3961-4e89-8d31-2c6c04cf9d8a.mp4