Skip to content

Built a web application that visualizes popular Sorting Algorithm to help users better understand them. πŸ“š

Notifications You must be signed in to change notification settings

xJQx/Sorting-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 

Repository files navigation

Sorting Visualizer

See how sorting algorithms works visually! πŸ“š

JavaScript HTML5 CSS3

sorting-visualizer.gif


Sorting Algorithms:

  • Bubble Sort

  • Insertion Sort

  • Selection Sort

  • Quick Sort

  • Merge Sort

  • Heap Sort


Functions:

  • Change Array Size
  • New Random Array
  • Change Sorting Speed
    • Sorting speed can be changed dynamically while sorting

Animation:

  • HTML Canvas
  • 2 Ways
    • setTimeout()
    • await
  • Window
    • Canvas and bar size dynamically change size when size of window is changed

About

Built a web application that visualizes popular Sorting Algorithm to help users better understand them. πŸ“š

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published