Welcome to the Sorting Algorithms Visualization project! This UI-based tool is designed to help you understand and visualize how different sorting algorithms work. The application demonstrates execution of the following sorting algorithms:
- Bubble Sort
- Merge Sort
- Selection Sort
- Insertion Sort
- Heap Sort
- Quick Sort
- Interactive Visualizations: Watch the algorithms sort data in real-time, with visual highlights showing key operations such as comparisons, swaps, and merges.
- Step-by-Step Execution: Control the pace of the algorithm execution and the size of the array using the cursor on the UI.
1.Clone the Repo to your local Machine -
https://github.com/kartik1365/Algorithm-sort
2.Open index.html to open the webpage
You can also adjust the size of the array and the speed of the flow of algrorithm using the slider on the UI.