Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 Sort

You 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)