Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 866 Bytes

File metadata and controls

29 lines (24 loc) · 866 Bytes

Sorting Visualizer

A Sorting Algorithm Visualizer built with HTML, CSS, and JavaScript. This project helps users understand how different sorting algorithms work through interactive animations.

🚀 Features

  • Visual representation of sorting algorithms
  • Adjustable speed and array size
  • Clean and responsive UI

🛠 Technologies Used

  • HTML for structure
  • CSS for styling
  • JavaScript for logic and animations

📦 Setup & Deployment

  1. Clone the repository:
    git clone https://github.com/shaina-gh/Sorting-Visualizer.git  
    cd Sorting-Visualizer  
  2. Open index.html in a browser.
  3. (Optional) Run a local server:
    python3 -m http.server  

🎯 Demo

Check it out on Netlify:
👉 Live Demo