tiyasakundu / Sorting-Visualizer

Home Page:https://tiyasa-sorting-visualizer.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualizer

A web application showcasing the inner workings of sorting algorithms.

Implemented algorithms:

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

Features:

  1. Colored representation of step being executed. i) Blue:default ii) Yellow: Being compared iii) Red: Identified as in incorrect position and to be moved iv) Green: In correct position
  2. 3 Controls for visualizations i) Speed of visualization (10 speed levels) ii) Data size () iii) Generation of new data (Randomly generate new data).
  3. Time and Space complexity of algorithm being visualized.

Take a look at live version: https://tiyasa-sorting-visualizer.netlify.app/

About

https://tiyasa-sorting-visualizer.netlify.app/


Languages

Language:JavaScript 58.1%Language:CSS 15.6%Language:SCSS 14.0%Language:HTML 12.3%