Skip to content

akshantchaudhary09/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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.