Description: This is a Sorting Visualizer project that demonstrates various sorting algorithms, including bubble sort, merge sort, quicksort, and more. The visualization is built using HTML, CSS, JavaScript, and Bootstrap for the user interface.
Features: Visual representation of sorting algorithms. Select from various sorting algorithms. Customize the array size and speed of visualization. Step-by-step and real-time visualization options. Clear and user-friendly interface using Bootstrap.
Installation: Clone this repository to your local machine. git clone https://github.com/Rachit-3/Sorting_Analyser.git
Open the project directory. cd sorting-visualizer Open index.html in your web browser.
Usage: Choose a sorting algorithm from the dropdown menu. Adjust the array size and visualization speed as needed. Click "Generate Array" to create a random array of elements. Click "Sort" to visualize the selected algorithm in action. Observe the step-by-step or real-time sorting process. Enjoy the visualization!