Skip to content

Sorting algorithm visualizer provides a graphical representation of how sorting algorithms work step-by-step.

Notifications You must be signed in to change notification settings

SH7072/Sorting-Algorithm-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/.

About

Sorting algorithm visualizer provides a graphical representation of how sorting algorithms work step-by-step.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published