Skip to content

By using C++ programming language and SDL2 library, I have created a sorting visualizer that allows you to see how different sorting algorithms work step by step.

Notifications You must be signed in to change notification settings

SJAlanA/SortViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortViz

SortViz program is designed to visually demonstrate various sorting algorithms in action. By using C++ programming language and SDL2 library, I have created a sorting visualizer that allows you to see how different sorting algorithms work step by step. The visualizer provides a real-time animation that displays the sorting process, allowing you to observe how the elements move and swap positions. As you run the program, you will be able to choose from a range of sorting algorithms, such as Bubble Sort, Selection Sort, Insertion Sort, Merge Sort, Quick Sort, and more. Each algorithm will be visually represented, showing the step-by-step process of rearranging the elements in the input array.

To Run SortViz

g++ -Isrc/Include -Lsrc/lib -o SortViz SortViz.cpp -lmingw32 -lSDL2main -lSDL2

Run This Line to create an executable file and run that file! Enjoy the sorting visualiser!

About

By using C++ programming language and SDL2 library, I have created a sorting visualizer that allows you to see how different sorting algorithms work step by step.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages