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

https://github.com/michaelradu/sorting-algorithm-visualizer

A sorting algorithm visualizer made in Python for learning purposes.
https://github.com/michaelradu/sorting-algorithm-visualizer

Last synced: 8 months ago
JSON representation

A sorting algorithm visualizer made in Python for learning purposes.

Awesome Lists containing this project

README

          

# Sorting Algorithm Visualizer

A sorting algorithms visualizer made in Python with PyGame for learning purposes. Currently it supports Bubble Sort and Insertion Sort but I plan to add every popular sorting algorithm and even more obscure ones down the road.