A lightweight sorting visualizer made with C++ and SFML.
Quick sort |
Bubble sort |
Bubble sort info |
Awesome! Here you can find some useful info about the visualizer, we accept first contributors too!
Also, make sure to pull the last changes from dev branch!
- Bubble sort
- Selection sort
- Insertion sort
- Quick sort
- Cocktail shaker sort
- Bogo sort
- Bitonic sort
- Space: Start sort
- Backspace: Stop sort
- h: Display help
- F1: Change number of elements
- F2: Change time between comparisons
- Arrow Up / Arrow down: Change sort type
Requirements:
- CMake
- Clone the project:
git clone https://github.com/alesbe/sorting-visualizer && cd sorting-visualizer
- Run
./install.sh
The libraries included with the project only work with gcc compiler, for now, if you want to use it on Windows or macOS, you'll need to download sfml and compile the source code located in /src
yourself.