Skip to content

Latest commit

 

History

History
41 lines (33 loc) · 850 Bytes

README.md

File metadata and controls

41 lines (33 loc) · 850 Bytes

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.