Skip to content

Visualizing Sorting Algorithms, using legacy OpenGL for demo purposes.

Notifications You must be signed in to change notification settings

JasonZhu95/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenGL Sorting Algorithm Visualizer with C++

Personal Project to try and recreate a sorting algorithm visualizer in legacy OpenGL from scratch. As I was studying my data structures and algorithms I wanted to apply the OpenGL I learned to my understanding of basic performance measures and analytics of time complexity. This Project was a great educational experience for me as it helped me solidify my understanding of sorting algorithms and their timecomplexities.

How it Looks:

Click Image for Youtube Link Youtube Video

Features:

  • Merge Sort
  • Quick Sort
  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Legacy OpenGL

Dependencies

About

Visualizing Sorting Algorithms, using legacy OpenGL for demo purposes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages