Skip to content

efayz-gh/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortingVisualizer

A very simple sorting visualizer made with C++ using SFML and ImGui.
The program allows you to visualize the following sorting algorithms:

  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Heap Sort
  • Merge Sort
  • Radix Sort

How to build and run

  1. Download the source code and the SFML library from here.
  2. Extract the SFML library to a desired location and edit the CMakeLists.txt file to point to the location of the library.
  3. Build the project using CMake and your desired compiler.
  4. Make sure a sound file named sort.wav is in the same directory as the executable.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors