Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brionmario/astar-pathfinder
Path-finder app implemented using the A-Star algorithm
https://github.com/brionmario/astar-pathfinder
algorithm astar-algorithm java obstacle pathfinding
Last synced: 29 days ago
JSON representation
Path-finder app implemented using the A-Star algorithm
- Host: GitHub
- URL: https://github.com/brionmario/astar-pathfinder
- Owner: brionmario
- Created: 2017-03-27T06:54:07.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T21:47:26.000Z (almost 8 years ago)
- Last Synced: 2024-11-08T15:01:02.080Z (3 months ago)
- Topics: algorithm, astar-algorithm, java, obstacle, pathfinding
- Language: Java
- Homepage:
- Size: 258 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Algorithm-AStar
Analysing the performance, in Big-O notation, of an algorithm for finding the shortest path between two points A (start) and B (end) on a randomly generated NxN squared grid with black cells indicating obstacles (blocked cells).