/sorting-visualizer

Sorting visualizer made with SFML and C++ 📊

Primary LanguageC++MIT LicenseMIT

📊 Sorting Visualizer

A lightweight sorting visualizer made with C++ and SFML.

Quick sort gif
Quick sort
Bubble visualizer
Bubble sort
Bubble sort info
Bubble sort info

📖 I want to contribute to the project!

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!

🗂️ Sort types

  • Bubble sort
  • Selection sort
  • Insertion sort
  • Quick sort
  • Cocktail shaker sort
  • Bogo sort
  • Bitonic sort

🕹️ Usage

  • 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

🖨️ Download

Requirements:

  • CMake

🐧 Linux

  • Clone the project: git clone https://github.com/alesbe/sorting-visualizer && cd sorting-visualizer
  • Run ./install.sh

🖥️ Windows / MacOS

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.