Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 572 Bytes

File metadata and controls

16 lines (11 loc) · 572 Bytes

Sorting Algorithm Visualisation

A simple sort visualizing app created by HTML5, CSS3 and JavaScript.

Web App Link: https://chhotu05.github.io/sorting-visualiser/

A simple sort visualising app to visualise different kind of sort in a beautiful and intuitive manner.

Properties:

  1. Change the size of array (number of elements).
  2. Select the type of sort.
  3. Reshuffle the array at any time.
  4. play/pause the sort at any instant of time.
  5. Shows the working of basic sorting algorithms in a more intuitive way.

TIP: Best Viewed in full screen.