ocamlgraph icon indicating copy to clipboard operation
ocamlgraph copied to clipboard

new module Search for path search algorithms

Open backtracking opened this issue 2 years ago • 0 comments

many one-player games can be seen as graphs, and then can be solved using graph traversal algorithms such as DFS, BFS, etc.

backtracking avatar Nov 17 '23 06:11 backtracking