Sondro / algorithms-visualiser

Currently Implemented Path Finding (Dijkstras, BFS, DFS, A Star, BiDirectional) Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary)

Home Page:https://dipeshpatil.github.io/algorithms-visualiser/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Latest Added

Pathfinding Visualiser

Sorting Algorithms Visualiser

N Queens Problem Visualiser

Linear Search Visualiser

Binary Search Visualiser

How to run this project ?

  • You should have NodeJS insalled in your localhost machine Download NodeJS
  • Open Terminal
  • Navigate to Project Directory
  • Enter the following command npm install this will install all required dependencies
  • After the previous command is executed, Enter the following command npm start
  • Wait for it to compile
  • Open http://localhost:3000 to view it in the browser.
  • Enjoy the visualiser

This project was bootstrapped with Create React App.

About

Currently Implemented Path Finding (Dijkstras, BFS, DFS, A Star, BiDirectional) Sorting (Merge, Quick, Heap, Bubble, Insertion, Selection) Backtracking (NQueen Problem) Searching (Linear, Binary)

https://dipeshpatil.github.io/algorithms-visualiser/


Languages

Language:JavaScript 91.2%Language:CSS 8.0%Language:HTML 0.9%