Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1 KB

README.md

File metadata and controls

26 lines (21 loc) · 1 KB

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