PulkitPansari13 / Algo-Visualizer

Web based visualization tool for classic sorting algorithms to have a better understanding of their working.

Home Page:https://algovizz.netlify.app/

Repository from Github https://github.comPulkitPansari13/Algo-VisualizerRepository from Github https://github.comPulkitPansari13/Algo-Visualizer

Algo Visualizer 🔮

This project was developed to help people learn and view the inner working of various sorting algorithms. You can access it here. algovizz.netlify.app.

Features.

  1. Control the size of randomly generated array.
  2. Control the visualization speed.
  3. Reset to original unsorted array.
  4. Compare the no. of swaps and comparison made by each sorting algorithm.

Algorithms Visualized

  1. Bubble Sort
  2. Insertion Sort
  3. Selection Sort
  4. Merge Sort
  5. Quick Sort
  6. Random Quick Sort

Contributing

If you would like to add more algorithms or want to improve upon the project, pull requests are welcomed!

About

Web based visualization tool for classic sorting algorithms to have a better understanding of their working.

https://algovizz.netlify.app/

License:MIT License


Languages

Language:JavaScript 70.5%Language:HTML 23.4%Language:CSS 6.1%