Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/awidegreen/pathfinder
Application for visualizing path finding algorithms.
https://github.com/awidegreen/pathfinder
Last synced: 17 days ago
JSON representation
Application for visualizing path finding algorithms.
- Host: GitHub
- URL: https://github.com/awidegreen/pathfinder
- Owner: awidegreen
- Created: 2012-03-13T17:23:22.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-13T23:04:11.000Z (almost 13 years ago)
- Last Synced: 2024-12-15T16:13:21.261Z (23 days ago)
- Language: Java
- Homepage:
- Size: 4.08 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Description
-----------PathFinder is an application for visualizing path finding algorithms. It is written in Java (using Swing as UI). PathFinder implemented a lot of different algorithms e.g.: A*, Depth first, Breadth first, Dijkstra.. for more infos: see Project-Homepage
The project was hosted on sourceforge before: https://sourceforge.net/projects/jpathfinder/
Contributor (no specific order):
--------------------------------
* Dirk Reske -- http://www.dirkreske.de
* me