Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 377 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 377 Bytes

sorting-visualizer

Visualizes different sorting algorithms using rectangular bars and a variety of colors.

Steps to run the app

  1. Clone the project.
  2. Run the index.html file.

Algorithms added

  1. Bubble sort.
  2. Selection sort.
  3. Insertion sort.
  4. merge sort.

Features

  1. Increase/Decrease the speed of visualization.
  2. Increase/Decrease the size of array.