Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 739 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 739 Bytes

Sorting visualizer 🚀

A visualizer web application that visualizes certain sorting algorithms using p5.js.

Output 🤩 ☺

output.mp4

Installation 🖥️

  1. Download the required libraries

    p5.js - p5.js file
    p5.dom.js - p5.dom.js file

  2. Clone the repo using

    git clone repo_url
    

    NOTE : This repo will be cloned in your current working directory

  3. To Open the file in your prefered browser

    your_prefered_browser index.html
    

    In terminal