A sorting visualiser demonstrating various sorting algorithms like bubble sort, selection sort , heap sort, merge sort, quick sort, insertion sort. A JavaScript web application for visualizing various sorting algorithms. Built for use by developers and educators alike. Implemented algorithms include:
- Hosted on website.
- Click on the algorithm you want to visualize.
- Adjust speed and size of the array.
- Multicolor UI makes it easy to visualise and understand various sorting algorithms.
- Adjustable speed.
- Adjustable array size.
- No need to explicitely input for numbers in an array,"Randomise" button makes it done for you with an ease of a single click.
- Stop sorting at any time.
- Simple clean UI makes it easy for one to operate.
- Dark Mode UI.