Visualize all basic type of sorting algorithms. Developed in C++/SFML
Developed on Debian based Linux Distro. Therefore, command provided below will run only on Debian based distros.
- g++
- libsfml-dev
- make
For updating and upgrading pre-installed packages
sudo apt-get update && sudo apt-get upgrade && sudo apt dist-upgrade && sudo apt autoremove
For installing required packages
sudo apt-get install g++ libsfml-dev make
For installing this repo
git clone https://github.com/chauhan739/Sorting-Algorithm-Visualizer.git
For compiling the source code, run make
command in the parent directory of this project (where this README.md
resides).
For running the executable, run make run
command in the parent directory of this project (where this README.md
resides).
For deleting all the binary files, run make
command in the parent directory of this project (where this README.md
resides).
The project is under development. Any ideas/suggestion is very much appreciated. For major changes, please open issue first.