Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

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

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages