A web application for visualizing the Sorting Algorithms like Bubble Sort, Heap Sort, Merge Sort, Quick Sort, Selection Sort. It is build using Reactjs, Javascript, HTML, CSS.
- You can Visualize Algorithms at : https://woodsman1.github.io/Sorting-Visualizer/
-
First Clone the Project and then run following commands.
-
Installing dependencies.
npm install
- Start the Server.
npm start
- Your application will start running at
http://localhost:3000/
Licensed uder the MIT License.
