This interactive web application demonstrates the Heap Sort and Quick Sort algorithms implemented in JavaScript. Users can input a list of numbers, select an algorithm, and view the sorted array on the webpage.
- Input validation for numeric values separated by commas
- Check for array already sorted before sorting again
- Selection between Heap Sort and Quick Sort algorithms
- Display of the sorted array on the webpage
- Enter a list of numbers separated by commas in the input field.
- Choose a sorting algorithm (Heap Sort or Quick Sort) from the dropdown menu.
- Click the "Sort Array" button to see the sorted array displayed below.
- HTML
- CSS
- JavaScript
You can visit the site to experience the repo: Link
This project is licensed under the MIT License.