Skip to content

A webpage which helps the user to understand how various sorting algorithms work by seeing how each element of the array that is displayed on the webpage is sorted.

Notifications You must be signed in to change notification settings

SankalpKadam/Sorting_Algorithm_Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting_Algorithm_Visualizer

A webpage which helps the user to understand how various sorting algorithms work by seeing how each element of the array that is displayed on the webpage is sorted.

How to Use

1) Select the algorithm from the choices available in the dropdown menu.
2) Select the size of the array by using the slider provided for the same.
3) Select the speed of visualization which ranges from 1 to 5 with 1 being the slowest and 5 being the fastest.
4) Press START and the visualization will begin. All components on the DOM will be disabled when the visualization starts.
5) You can also the RANDOMIZE button to generate a random size array and random speed of visualization.

Technologies used

HTML, CSS, BootStrap, FontAwesome and Javascript. A visualizer built with plain JS and no frameworks.

About

A webpage which helps the user to understand how various sorting algorithms work by seeing how each element of the array that is displayed on the webpage is sorted.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published