Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.46 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.46 KB

Sort Visualiser (sort-visualiser)

contributions welcome License: MIT twitter

A super simple and super cool sort visualizing app created purely in HTML, CSS and JavaScript by Dev Sebastian

App Link: https://sort-visualiser.herokuapp.com/

A simple sort visualising app to visualise each kind of sort in a beautiful and intuitive manner.

Properties

  1. Edit speed of sort.
  2. Change the size of array (number of elements).
  3. Select the type of sort.
  4. Reshuffle the array at any time.
  5. play/pause the sort at any instant of time.

Screenshots

Sorting

Animated visuals to easilly understand each kind of sort. you can play or pause the sort at any instant of time.

Types of Sorts included (as of now)

  1. Selection Sort
  2. Bubble Sort
  3. Insertion Sort
  4. Merge Sort
  5. Quick Sort
  6. Heap Sort

Sorted

Goals

  1. Radix Sort
  2. Shell Sort
  3. Pigeonhole Sort
  4. Cocktail Sort
  5. and all the other sorting algorithms...

Built with ❤︎ by Dev Sebastian