Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/indiecodermm/sorters
Algorithm Visualizer in Python
https://github.com/indiecodermm/sorters
pygame-gui sorting-algorithms visualization
Last synced: about 7 hours ago
JSON representation
Algorithm Visualizer in Python
- Host: GitHub
- URL: https://github.com/indiecodermm/sorters
- Owner: IndieCoderMM
- Created: 2022-07-09T16:35:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-09T17:16:15.000Z (over 2 years ago)
- Last Synced: 2023-03-11T00:11:33.063Z (almost 2 years ago)
- Topics: pygame-gui, sorting-algorithms, visualization
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm Visualizer
This project is created for visualizing algorithms. *Visualizer Gui* is drawn using **Pygame Library**.This visualizer can illustrate the process of various **Sorting Algorithms**:
1. Bubble Sort
2. Selection Sort
3. Insertion Sort## Demo Images
![Demo 1](https://github.com/IndieCoderMM/git-cloud/blob/master/images/sort-demo1.png)
![Demo 2](https://github.com/IndieCoderMM/git-cloud/blob/master/images/sort-demo2.png)
![Demo 3](https://github.com/IndieCoderMM/git-cloud/blob/master/images/sort-demo3.png)