yashLohi / Sorting-visualizer

Learn sorting

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualizer

Project Image

Live demo


Description

This project helps one to visualize a sorting algorithm. Each element of the array is displayed as a bar. The operations are colour coded such that:

  1. Red - Swap
  2. Blue - Comparison
  3. Green - Element is in sorted position

It compares the time taken by the different algorithm for sorting the array.

Technologies

  • HTML
  • CSS
  • Javascript (p5.js)

References

Inspiration taken from coding train.

About

Learn sorting

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


Languages

Language:JavaScript 77.3%Language:HTML 13.1%Language:CSS 9.6%