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
https://murlidharvarma.github.io/visualization-sorting-alogrithms/
Clone the project https://github.com/MurlidharVarma/visualization-sorting-alogrithms.git
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'
Run the project via command 'npm start'
Open the application on Chrome browser using link http://localhost:4200