Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 941 Bytes

File metadata and controls

26 lines (16 loc) · 941 Bytes

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