Skip to content

A website to visualize how different sorting algorithms work.

Notifications You must be signed in to change notification settings

nb-0310/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

This is a JavaScript sorting visualizer tool that allows you to visualize the sorting algorithms such as merge, quick, insertion, and bubble sort. You can also generate a new random array, change the speed of visualization, and change the size of the array.

Demo

You can see a live demo of the sorting visualizer tool here.

How to use

  1. Clone the repository or download the ZIP file.
  2. Open index.html in your browser.
  3. Click the "Generate New Array" button to create a new random array.
  4. Use the "Speed" slider to change the speed of visualization.
  5. Use the "Array Size" slider to change the size of the array.
  6. Select a sorting algorithm from the navbar.

Algorithms

The following sorting algorithms are implemented in this tool:

  • Merge sort
  • Quick sort
  • Insertion sort
  • Bubble sort

Technologies

This sorting visualizer tool is built using HTML, CSS, and JavaScript.

License

MIT

About

A website to visualize how different sorting algorithms work.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published