Skip to content

A website which visualizes a bunch of different sorting algorithms.

Notifications You must be signed in to change notification settings

JRavi2/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sorting Visualizer

Description

A website that visualizes a bunch of different soritng algorithms, like Selection Sort, Bubble Sort, Insertion Sort, Quick Sort, and many more to come, with the help of bars.

Features

  • Visualization of 4 Sorting Algorithms (Selection Sort, Bubble Sort, Insertion Sort, Quick Sort), with more to come
  • A Slider to change the size of the array to be sorted
  • A Slider to change the sorting speed

Demo

You can either visit the live website here, or you can clone this repository and open index.html using your preferred browser.

Note - The webpage has only been tested on Mozilla Firefox and Google Chrome