Skip to content

SortFlow is a web application designed to help users visualize and understand various sorting algorithms in action.

Notifications You must be signed in to change notification settings

Tejaachiever/SortFlow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SortFlow is a web application designed to help users visualize and understand various sorting algorithms in action.

Implemented algorithms:

1) Bubble sort
2) Selection sort
3) Insertion sort
4) Merge sort
5) Quick sort
6) Heap sort

Features:

1) Colored representation of step being executed.

   1.1) Blue:default
1.2) Yellow: Being compared
1.3) Red: Identified as in incorrect position and to be moved
1.4) Green: In correct position 3) Controls for visualizations 2.1) Speed of visualization (5 speed levels)
2.2) Data size ()
2.3) Generation of new data (Randomly generate new data). 5) Time and Space complexity of algorithm being visualized.

About

SortFlow is a web application designed to help users visualize and understand various sorting algorithms in action.

Resources

Stars

Watchers

Forks