Skip to content

Visualize all basic type of sorting algorithms. Developed in C++/SFML

License

Notifications You must be signed in to change notification settings

chauhan739/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting-Algorithm-Visualizer

Visualize all basic type of sorting algorithms. Developed in C++/SFML

Sorting algorithm Visualizer Preview

Developed on Debian based Linux Distro. Therefore, command provided below will run only on Debian based distros.

Algorithms Covered

Packages/Application required

  • g++
  • libsfml-dev
  • make

Installation

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

Compiling and Running

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).

PR

The project is under development. Any ideas/suggestion is very much appreciated. For major changes, please open issue first.