The Sorting Visualizer is a basic web application that allows you to visualize the process of sorting on a set of randomly generated bars.
You can have a look , how it's working !
https://ayan-joshi.github.io/Sorting-Visualizer/
HTML
CSS
JavaScript
Clone this repository to your local machine.
Open index.html in your web browser.
Click the "Randomize" button to generate a random set of bars.
Select a sorting algorithm from the dropdown menu and click the "Sort" button to visualize the sorting process.