Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)