GEOFARL / path-finder

A Program that visualizes the path finding process using A* and BFS

Home Page:https://652ef6fa14553502e92470a2--idyllic-haupia-98e180.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Program that visualizes the path finding process using A* and BFS

https://652ef6fa14553502e92470a2--idyllic-haupia-98e180.netlify.app/


Languages

Language:TypeScript 97.1%Language:CSS 2.1%Language:HTML 0.8%