Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 979 Bytes

File metadata and controls

27 lines (19 loc) · 979 Bytes

VisualizationSortingAlogrithms

Visualize sorting algorithms!
You can choose the number of visual bars and apply different sorting algorithms for visualization. You can slow down and pace up the sorting processing for better understanding.
The code is built entirely on Angular v9.0.3 and with Neumorphic UI design and as now has bubble and quick sort algorithm

Try demo here:

https://murlidharvarma.github.io/visualization-sorting-alogrithms/

Preview

Alt text

Run in your local

Step 1:

Clone the project https://github.com/MurlidharVarma/visualization-sorting-alogrithms.git

Step 2:

Make sure you have node and npm setup.
Using Command prompt / terminal, navigate to folder shortest-path-project folder where you have cloned the project and run 'npm install'

Step 3:

Run the project via command 'npm start'

Step 4:

Open the application on Chrome browser using link http://localhost:4200