RajshreeVats / sorting-visualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sorting Visualizer ๐Ÿงฎ

View project Here ๐Ÿ‘€

Description ๐Ÿ—’

This is a sorting visualizer project to visualize a sorting algorithm. Each element of the array is displayed as a bar. colour codes used as:

  1. Pastel pink - Swap โ†”๏ธ
  2. Blue - Comparison โš–๏ธ
  3. Magenta - Element is in sorted position ๐Ÿ“Š

It compares the time taken by the different algorithm for sorting the array. โฒ๏ธ

languages used ๐Ÿ’ป

  • Javascript

library ๐Ÿ–ฅ๏ธ

  • P5.js

References ๐Ÿ“š

Algorithm specialization by standford university and freecodecamp.org.

The algorithms used

  • [Bubble Sort]
  • [Selection Sort]
  • [Merge Sort]
  • [Quick Sort]

Back to top โซ

--- โค๏ธ ---

About


Languages

Language:JavaScript 99.9%Language:HTML 0.1%Language:CSS 0.1%