Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 643 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 643 Bytes

Path Finder

Description

A Program that visualizes the path finding process and uses the following search algorithms:

  • Noninformative: BFS
  • Informative: A*

Main features

  • Maze generation and building
  • Awesome animations that demonstrate how algorithm works
  • Stats about each searching trial

Preview

main-view

stats

Run locally

  • clone this repo
  • npm install
  • npm run dev
  • open localhost:3000

Technologies used

  • React
  • Redux
  • React-Router
  • Material UI