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

https://github.com/uxxhans/rainbow_cats_sort_project

A sort visualization project that shows how the most popular sorting algorithms work.
https://github.com/uxxhans/rainbow_cats_sort_project

processing sorting-algorithms visualization

Last synced: about 1 month ago
JSON representation

A sort visualization project that shows how the most popular sorting algorithms work.

Awesome Lists containing this project

README

          

# Rainbow_Cats_Sort_Project
A sort visualization project that shows how the most popular sorting algorithms work.
# Currently Implemented:
Bubble sort, insertion sort, selection sort, double selection sort.
For the code of all algorithms, see my other project.
# Note:
Thread class can be inherited to do the sort in multi-threads. But currently they are done in one thread.
# ScreenShot:
![Image](https://github.com/UxxHans/Rainbow_Cats_Sort_Project/blob/main/app/src/main/resources/Sort/Illustration.gif)