Skip to content

This is a browser-based Sorting Algorithm Visualizer built using HTML, CSS, and vanilla JavaScript. The app allows users to generate arrays of adjustable sizes and speeds, then visualize how sorting algorithms like Bubble Sort, Insertion Sort, and Merge Sort work through animated bar movements. It’s designed to be an educational tool

Notifications You must be signed in to change notification settings

Nitinrev787/sortingvisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to Use

  1. Open index.html in a browser
  2. Click Randomize to generate bars
  3. Choose Array Size and Speed
  4. Select a sorting algorithm
  5. Click Sort to see the algorithm animate

Author

Nitin Revankar
📧 [email protected]
🔗 LinkedIn
💻 Portfolio
🐙 GitHub

License

Licensed under the MIT License.
Feel free to use or build upon this for personal or educational projects.

This visualizer was built as a learning tool to strengthen understanding of sorting algorithms and DOM manipulation using vanilla JavaScript.

About

This is a browser-based Sorting Algorithm Visualizer built using HTML, CSS, and vanilla JavaScript. The app allows users to generate arrays of adjustable sizes and speeds, then visualize how sorting algorithms like Bubble Sort, Insertion Sort, and Merge Sort work through animated bar movements. It’s designed to be an educational tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published