Skip to content

Suhrid-Talukder333/Bubble-Sort-VisulaizationSFML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUBBLE SORT VISUALIZATION



This is a simple bubble sort algorithm visualization done with c++ library "SFML"

Installation

Full guide

Linux

sudo apt-get install libsfml-dev
git clone
cd Bubble-Sort-VisulaizationSFML
g++ -c main.cpp
g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system
./sfml-app

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages