Skip to content

Latest commit

 

History

History
51 lines (29 loc) · 975 Bytes

README.md

File metadata and controls

51 lines (29 loc) · 975 Bytes

Algo Dashboard

Implementation and visualization of most common algorithms.

Content Link
Project Setup Project Setup
Insertion Sort Insertion sort
To Do To Do

Project Setup

Clone the repository using

git clone https://github.com/erandakarachchi/algodashboard.git

Install dependencies

npm install

Run the project

npm start

Algo dashboard will be running on http://localhost:3000/

Insertion Sort

insertion_sort_viz

More about Insertion sort can be found Here

To Do

  • Implement merge sort

  • Implement quick sort

  • Implement bubble sort

  • Implement heap sort