/sorting-visualizer

A website which visualizes a bunch of different sorting algorithms.

Primary LanguageJavaScript

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