Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 527 Bytes

File metadata and controls

28 lines (22 loc) · 527 Bytes

Sorting Algorithm Visualizer

An interactive sorting visualizer built using HTML, CSS, and JavaScript.

Features

  • Visualize popular sorting algorithms
  • Adjustable array size and speed
  • Color-coded comparisons, swaps, and sorted elements
  • Clean and minimal UI

Algorithms Implemented

  • Bubble Sort
  • Selection Sort
  • Insertion Sort
  • Merge Sort
  • Quick Sort
  • Heap Sort

Tech Stack

  • HTML
  • CSS
  • JavaScript

How to Run

Open index.html in your browser.

Demo

https://bobde07.github.io/Sorting-Visualizer/