Skip to content

amitx007/SortingVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Sorting Visualizer

Sorting Visualizer is web app for visualizing a bunch of sorting algorithms like :

  • Merge Sort
  • Heap Sort
  • Bubble sort
  • Selection Sort
  • Insertion Sort
  • Quick sort

It has got various functionalities like Delay Controls โŒ› (Processing Delay Control) and Size Controls ๐Ÿ“ (Array Size Controls), showcasing time and space complexities and code for the following algorithm.

gif

Working of the Web app

Here in our web app one can select an sorting algorithm from the menu . Then you can select on the size of the element and the Delay of the algorithm to play. You can click on Random buttom in order to generate a newly random array. Then in order to start the sorting click on the Start Buttom . While sorting is happening the size and speed range will be disabled .

Screenshot

s1

s2

s3

About

A web app which help you to visualize various Sorting Algorithms ๐Ÿ“Š. check it out here https://sortingvisualizer-cxd.pages.dev/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published