项目作者: henryinqz

项目描述 :
Visualizer of pathfinding search algorithms (WIP)
高级语言: Java
项目地址: git://github.com/henryinqz/Pathfinding-Visualizer.git
创建时间: 2020-07-20T00:46:48Z
项目社区:https://github.com/henryinqz/Pathfinding-Visualizer

开源协议:

下载


Pathfinding-Visualizer

Visualizer of pathfinding search algorithms to demonstrate the efficiency and functions of each algorithm.

  • A* search
  • ~Dijkstra’s algorithm~ (WIP)
  • Breadth-first search
  • Depth-first search

Installation

  1. Navigate to the “releases” tab of the Pathfinding-Visualizer repository.
  2. Download ‘Pathfinding-Visualizer.zip’ from the latest release.
  3. Unzip the file.
  4. Ensure you have the latest Java Runtime installed (https://java.com/en/download/).
  5. Execute ‘Pathfinding-Visualizer.jar’.

Author

  • Henry Wong

https://github.com/henryinqz/Pathfinding-Visualizer/