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:
![image](https://private-user-images.githubusercontent.com/82725898/252604438-28fc2a31-7e93-4157-8335-d548d3d0defc.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NDAwOTY2ODQsIm5iZiI6MTc0MDA5NjM4NCwicGF0aCI6Ii84MjcyNTg5OC8yNTI2MDQ0MzgtMjhmYzJhMzEtN2U5My00MTU3LTgzMzUtZDU0OGQzZDBkZWZjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMjElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjIxVDAwMDYyNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWRmNjY3MDk4ODcwNWEwOTBjZTIyMjA2M2E3Y2FmNmQ2YjEwNmFjNmY4ODc5MTk2ZDAzMWQ3NTEzZTVlMWQ1MzMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.i98E8NJR86djgv_qO7BgRSjm3u6r3sdBTHl8OUUtZyU)
- 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.