Skip to content

A C++ application made using SFML that visualizes famous sorting algorithms

Notifications You must be signed in to change notification settings

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