Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 543 Bytes

File metadata and controls

12 lines (7 loc) · 543 Bytes

Visualization-of-Sorting-Algorithms

This is a small project which visualize different sorting Algorithms using OpenGL Graphics Library

We can easily realize speed and efficiency of following Sorting Algorithms :- Quick Sort, Selection Sort, Bubble Sort, Merge Sort.

Working Instuctions:-

First Install OpenGL Library Then Run the following Command in Terminal :- g++ sort.cpp -lGL -lGLU -lglut

Voila...!! Enjoy the Play..!

Link to Video Visualization - https://drive.google.com/file/d/1mIBzWsDQUel-0HI1lHZHBGUAaf_mjsWn/view?usp=sharing