Path Finding Algorithms
BFS, Greedy Best-First Search, Dijkstra and A* path finding algorithms visualized in Unity
BFS (Breadth-First Search)
Greedy BFS (Greedy Best-First Search)
Dijkstra
A* (Euclidean Distance Heuristic)
A* (With Aggressive Heuristic)