Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T18:08:02.000Z (over 2 years ago)
- Last Synced: 2024-06-09T16:43:30.971Z (5 months 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 visualizationhttps://user-images.githubusercontent.com/86948851/165818707-ce79e58d-3961-4e89-8d31-2c6c04cf9d8a.mp4