Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 1.06 KB

File metadata and controls

25 lines (15 loc) · 1.06 KB

Sorting-Visualizer

The concept of visualizing algorithms lets us understand algorithms in a much better way.

This project is built using ReactJS. It includes visualization of few classic sorting algorithms such as: Bubble Sort, Selection Sort and Insertion Sort.

Play around with it: app

Components

It consists of 4 main components.

  1. Header: This component is just a text animation of the text "Sorting Visualizer".

  2. Buttons Bar: This component includes few buttons which are used to start visualizing algorithms. Buttons Bar

  3. Array Bar: This component is where we visualize the algorithm using 3D Vertical Bars. Array Bar

  4. Range Slider: This component includes some range sliders through which array size and animation speed can be changed in real time. ![Range Slider](Range Slider

PLAY AROUND WITH IT AND HAVE FUN! :)