Skip to content

sashreek-x/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Sorting Visualizer

A simple and interactive Sorting Algorithm Visualizer built using HTML, CSS, and JavaScript.
This project helps visualize how sorting algorithms work step by step.


πŸš€ Live Demo

(Deploy on GitHub Pages or Vercel and add your link here)


πŸ“‘ Table of Contents


πŸ“Œ About

Sorting algorithms can be tricky to understand just by reading code.
This project provides a visual and interactive way to see how arrays get sorted using different algorithms.


✨ Features

  • Visualizes the following algorithms:
    • Bubble Sort
    • Insertion Sort
    • Selection Sort
  • Color-coded bars to represent:
    • Comparisons
    • Swaps
    • Sorted elements
  • Interactive controls:
    • Generate a new random array
    • Adjust array size

πŸ›  Technologies

  • HTML5 – structure
  • CSS3 – styling and animations
  • JavaScript (ES6+) – sorting logic and visualization

⚑ Getting Started

  1. Clone this repository:
    git clone https://github.com/sashreek-x/sorting-visualizer.git

Releases

No releases published

Packages

No packages published