This is a web application developed in JavaScript that allows you to visualize different sorting algorithms. It is designed for use by developers and educators. The implemented sorting algorithms include:
- Bubble Sort
- Selection Sort
- Insertion Sort
- Merge Sort
- Heap Sort
- Quick Sort
To use the application, follow these steps:
- Visit the website. https://algorithms-sorting-visualizers.netlify.app/
- Click on the algorithm you want to visualize.
- Adjust the speed and size of the array as needed.
This application provides an interactive and educational way to understand and analyze the behavior of various sorting algorithms.