Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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).