Skip to content

yahyakhaan/Sorting-Visualiser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SORTING VISUALISER

Deep dive into understanding the working of different sorting algorithms by viusalising their working!

Currently, the application incudes 5 sorting algorithms:

  • INSERTION SORT
  • BUBBLE SORT
  • SELECTION SORT
  • MERGE SORT
  • QUICK SORT (both recursive and iterative)

Choose the algorithm

Reset to generate random arrays

Outputs

INSERTION SORT

BUBBLE SORT

SELECTION SORT

MERGE SORT

ITERATIVE QUICK SORT

RECURSIVE QUICK SORT

DEPENDENCIES

SFML

Releases

No releases published

Packages

No packages published

Languages