Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emomaxd/sortingvisualization
Visualization program for different types of the known and popular sorting algorithms used C++ and Raylib for rendering purposes
https://github.com/emomaxd/sortingvisualization
Last synced: 7 days ago
JSON representation
Visualization program for different types of the known and popular sorting algorithms used C++ and Raylib for rendering purposes
- Host: GitHub
- URL: https://github.com/emomaxd/sortingvisualization
- Owner: emomaxd
- Created: 2023-11-15T20:39:04.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-16T13:24:17.000Z (about 1 year ago)
- Last Synced: 2024-11-07T12:09:55.953Z (about 2 months ago)
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
In my local I have used vcpkg for installing the raylib and Visual studio 2022 for editing
*Bubble Sort
*Merge Sort
*Quick SortYou can adjust the comments for selecting the algorithm(lines are 268, 269, 270)
Build scripts will be included later
![Alt text](sort.png)
![Alt text](sort-finished.png)