Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.28 KB

React & Redux star fork dev love

Sorting Visualizer

Sorting Visualizer is an implementation of various sorting techniques using React & Redux. I have implemented Bubble Sort, Insertion Sort & Selection Sort. You can select the array size from the slider & a random array will be generated with that size. Now you'll just have to select the sorting technique which you want to use & now you can sit back and see the implementation in process. You'll also get to know the various steps in which the algorithm is working with the help of different colours.

Sorting Visualizer

Project Link

https://vngarg.github.io/Sorting-Visualizer/

Current Features

  • Optimized Algorithms.
  • Get to know about each step with the help of different colours used.
  • Visualize Bubble, Selection & Instertion Sort.
  • Attractive yet simple UI.

Coming Soon

  • Merge Sort
  • Quick Sort
  • Heap Sort
  • Count Sort
  • Sheel Sort