CGV-Project : AlgoSor Description The Project is aimed at “Demonstration of Sorting Algorithm”. We have used “Bubble Sort algorithm” and “Insertion Sort algorithm” OpenGL installation in Ubuntu $ sudo apt update $ sudo apt-get install cmake pkg-config $ sudo apt-get install mesa-utils libglu1-mesa-dev freeglut3-dev mesa-common-dev $ sudo apt-get install libglew-dev libglfw3-dev libglm-dev $ sudo apt-get install libao-dev libmpg123-dev $ sudo apt install freeglut3-dev $ sudo apt install mesa-utils Usage Comile :=> g++ -o runner algosor.cpp -lGL -lGLU -lglut Run :=> ./runner