项目作者: oyemayanq

项目描述 :
Pathfinding Visualizer
高级语言: JavaScript
项目地址: git://github.com/oyemayanq/pathfinder.git
创建时间: 2021-03-17T02:31:17Z
项目社区:https://github.com/oyemayanq/pathfinder

开源协议:

下载


Pathfinder Visualizer

Check out the live demo here

NOTE: The site takes a few seconds to load.

Overview :

This is an interesting and a fun project to do. The application is implemented in React and it visualizes several pathfinding algorithms such as Dijkstra’s algorithm, BFS and DFS and finds path as directed by respective algorithms from starting point (green in color) to end point (red in color) on a board.
visualizer

TODO :

  1. Adding more algorithms.
  2. Adding support for mobile view.