Skip to content

Algorithm simulator that simulates bubble and insertion sort with variants of speed and random data values.

Notifications You must be signed in to change notification settings

Gekko12/CGV-AlgoSor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Comile :=>
    g++ -o runner algosor.cpp -lGL -lGLU -lglut
  2. Run :=>
    ./runner

About

Algorithm simulator that simulates bubble and insertion sort with variants of speed and random data values.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages