yagcioglutoprak / a--pathfinding

A* algorithm implementation in Go for finding the shortest path in a warehouse environment. This code considers X and Y coordinates of each grid cell and uses Euclidean distance as the heuristic function. It can be easily modified to fit specific use cases and it's useful for problems like motion planning and navigation systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

yagcioglutoprak/a--pathfinding Stargazers