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

https://github.com/myphz/sortvisualizer-gui

Sort visualizer made with Python!
https://github.com/myphz/sortvisualizer-gui

Last synced: about 2 months ago
JSON representation

Sort visualizer made with Python!

Awesome Lists containing this project

README

          

# Sort visualizer
A Tkinter project to visualize the most famous sorting algorithms!

## Sort algorithms
- Quick sort
- Merge sort
- Insertion sort
- Selection sort

## Screenshots
![image](https://user-images.githubusercontent.com/71951166/105221704-c6c5c980-5b59-11eb-9cf4-9b9317798934.png)
![image](https://user-images.githubusercontent.com/71951166/105221768-de9d4d80-5b59-11eb-8400-4e47005b9cfd.png)
![image](https://user-images.githubusercontent.com/71951166/105221815-ec52d300-5b59-11eb-8b76-193ccd0f6b62.png)