regular sorting visualizer
Install the dependencies
#Ubuntu
sudo add-apt-repository ppa:texus/raylib
sudo apt install libraylib5-dev
#Fedora
sudo dnf install raylib.x86_64
#Arch
sudo pacman -S raylibClone the repository
git clone https://github.com/hamajj/sortingvisualizer && cd sortingvisualizerBuild the project and run
make
./sortingvisualizer