Commit Graph

3 Commits (12d5d61179442c9db21cece73332585b6e94adf5)

Author SHA1 Message Date
Samuel Tardieu 6994e6c8ee path-finding: add Dijkstra algorithm
Dijkstra algorithm is a particular case of the A* algorithm with
the heuristic being set to 0.
2010-11-14 15:33:37 -08:00
Samuel Tardieu b742df468b Add BFS search algorithm 2010-03-23 10:46:48 +01:00
Samuel Tardieu 8e003bf239 Rename astar into path-finding 2010-03-23 10:46:48 +01:00