/algodashboard

Visualization of algorithms using react JS

Primary LanguageJavaScriptMIT LicenseMIT

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