Skip to content

nihal12435/Sorting_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

A simple in-browser sorting algorithm visualizer.

Run locally

Open index.html directly in your browser, or start a static server and visit http://localhost:PORT.

Option A: Open file directly

  • Double-click index.html.

Option B: Use a local server (recommended)

  • If you have Python 3:
python3 -m http.server 8000

Then open http://localhost:8000 in your browser.

Structure

  • css/ — styles
  • scripts/ — JS files
  • index.html — main page

Releases

No releases published

Packages

No packages published