/Unity-PathFindingAlgorithms

BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms

Primary LanguageC#MIT LicenseMIT

Path Finding Algorithms

BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms visualized in Unity

BFS (Breadth-First Search)

bfs

Greedy BFS (Greedy Best-First Search)

greedy_bfs

Dijkstra

dijkstra

A* (Euclidean Distance Heuristic)

astar

A* (With Aggressive Heuristic)

astar_aggressive