Skip to content

Interactive web app showcasing Heap Sort and Quick Sort algorithms with input validation and sorted array display.

License

Notifications You must be signed in to change notification settings

Sahilll94/Quick-and-Heap-Sort-Web-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Algorithm Web App

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.

Features

  • 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

Usage

  1. Enter a list of numbers separated by commas in the input field.
  2. Choose a sorting algorithm (Heap Sort or Quick Sort) from the dropdown menu.
  3. Click the "Sort Array" button to see the sorted array displayed below.

Technologies Used

  • HTML
  • CSS
  • JavaScript

How to Run

You can visit the site to experience the repo: Link

License

This project is licensed under the MIT License.

About

Interactive web app showcasing Heap Sort and Quick Sort algorithms with input validation and sorted array display.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published