ghadd / BubblesortVisualized

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bubble Sort Visualization + optional Dtype and other buffs

Prerequisities

  • X11
  • GL
  • Thread
  • PNG
  • FileSystem
  • Boost
  • yaml-cpp

Compiling on Linux

$ g++ -o bubbleSortVisualized include/olcPixelGameEngine.cpp src/visualization.cpp src/main.cpp -lX11 -lGL -lpthread -lpng -lstdc++fs -lyaml-cpp -std=c++17

Cheers to One Lone Coder

About


Languages

Language:C++ 100.0%