Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 802 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 802 Bytes

Pathfinding Visualizer

Generic badge codecov

Webapp Link

Pathfinding Visualizer created using React.JS and React-Bootstrap to viualize searhing algorithms between 2 nodes in an interactive canvas.

Algorithms Used

All the below algorithms are implemented in Javascript.

  1. A* search
  2. Breadth First Search
  3. Depth First Search
  4. Dijkstra's Algorithm

Build

  1. $ git clone https://github.com/Bhanu-mbvg/pathfinder.git
  2. $ cd pathfinder
  3. $ npm i && npm npm start