This is a JavaScript sorting visualizer tool that allows you to visualize the sorting algorithms such as merge, quick, insertion, and bubble sort. You can also generate a new random array, change the speed of visualization, and change the size of the array.
You can see a live demo of the sorting visualizer tool here.
- Clone the repository or download the ZIP file.
- Open index.html in your browser.
- Click the "Generate New Array" button to create a new random array.
- Use the "Speed" slider to change the speed of visualization.
- Use the "Array Size" slider to change the size of the array.
- Select a sorting algorithm from the navbar.
The following sorting algorithms are implemented in this tool:
- Merge sort
- Quick sort
- Insertion sort
- Bubble sort
This sorting visualizer tool is built using HTML, CSS, and JavaScript.