Skip to content

This is the source code for my sorting visualizer project. Languages used HTML,CSS, Javascript

Notifications You must be signed in to change notification settings

shubh67678/sorting-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Useful links discribing the algorithms used

Back To The Top


About

This is the source code for my sorting visualizer project. Languages used HTML,CSS, Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages