ocamlgraph
ocamlgraph copied to clipboard
new module Search for path search algorithms
many one-player games can be seen as graphs, and then can be solved using graph traversal algorithms such as DFS, BFS, etc.