Skip to content

sumo431/Sort-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

(Not Complete Yet)

A simple web-based application to visualize sorting algorithms in real-time.

Features

  • Visualize Bubble Sort, Selection Sort, and Insertion Sort
  • Adjustable array size
  • Adjustable animation speed
  • Color-coded bars:
    • Red: currently comparing
    • Green: sorted
    • Steelblue: unsorted

How to Use

  1. Open index.html in a web browser
  2. Select a sorting algorithm from the dropdown
  3. Adjust array size and speed if desired
  4. Click "Generate New Array" to create a random array
  5. Click "Start Sorting" to see the visualization

Files

  • index.html - main HTML file
  • style.css - styling for the bars and layout
  • script.js - JavaScript logic for generating the array and sorting

License

MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published