Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1 KB

README.md

File metadata and controls

45 lines (27 loc) · 1 KB

Sorting Algorithm Visualizer

Click Here for Live Demo

Screenshot from 2022-08-27 12-33-31

Use Cases

Using this application you can explain anyone, How Sorting Algorithm Works ? Because this application visualize the way of sorting in realtime.

Features

  • 6 Algorithm Options
  • Bar Size Randomly Change
  • Length of Bar Customization (7-150)
  • Visulaization Speed Customization (100ms - 1000ms)
  • Sound Feature : You can listen the sorting status.

Algorithm Used

  • Merge Sort
  • Bubble Sort
  • Insertion Sort
  • Selection Sort
  • Quick Sort
  • Heap Sort

Tech Stack Used

  • ReactJS for Frontend
  • CSS3 for Desiging
  • Data Structure for Algorithms

Open for Contribution

Thanks for visting in my repository