/Max-Heap-Visualizer

Visualization of Max Heap and Heap Sort with quiz

Primary LanguageJavaScriptMIT LicenseMIT

Max-Heap-Visualizer!

Screenshot 2022-09-04 200558 Max Heap Visualizer helps you visualize the working of max heap and Heap Sort functions.

Build

  1. Clone the repository
  2. Run the command
    npm i
    
  3. Then to run the server:
    npm start