Skip to content

Sorting Algorithm Visualizer built in C++ using SDL2 and IMGui. Select from a number of sorting algorithms to sort varying sizes of arrays.

Notifications You must be signed in to change notification settings

MahmoudZayad/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Written in C++, using SDL2 and IMGui.

A user interface to allow for visualization of various sorting algorithms. This project is not yet complete, I intend to add more sorting algorithms and add other features.

Current Algorithms included:

Bubble, Insertion, Selection, Merge, Quick, Counting, and Radix Sort.

Generate Arrays and Resize Array

You can create different sized arrays and generate new ones at that size.

Gen

Sort

The sorting algorithms are separated in to three different drop down menus.

Sort

About

Sorting Algorithm Visualizer built in C++ using SDL2 and IMGui. Select from a number of sorting algorithms to sort varying sizes of arrays.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published