Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 787 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 787 Bytes

Sorting-Algorithm-Visualizer

A sorting algorithm visualizer is a tool or program that helps visualize the process of sorting data using different sorting algorithms. Sorting algorithms are used to arrange a collection of items or data elements in a specific order, such as ascending or descending.

Available Scripts

  • Live website available at : https://km-sorting-alogrithm-visualizer.netlify.app/

Sorting algorithms Covered :

  • Merge Sort

  • Quick Sort

  • Bubble Sort

To run on local system :

  • GIT clone the repo from : https://github.com/SH7072/Sorting-Algorithm-Visualizer

  • To install the dependencies run : npm i

  • To run the app run : npm start

  • Then the website can be accessed using : http://localhost:3000/.