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.
- Host: GitHub
- URL: https://github.com/uxxhans/rainbow_cats_sort_project
- Owner: UxxHans
- License: mit
- Created: 2022-05-31T03:57:57.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-31T06:02:35.000Z (about 4 years ago)
- Last Synced: 2025-01-28T15:49:03.659Z (over 1 year ago)
- Topics: processing, sorting-algorithms, visualization
- Language: Java
- Homepage:
- Size: 4.87 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
