go_gens icon indicating copy to clipboard operation
go_gens copied to clipboard

Search: DFS / BFS / UCS / DLS / ID-DLS

Open Flokey82 opened this issue 2 years ago • 0 comments

Provide simple implementation of common search algorithms:

  • Breadth First Search
  • Depth First Search
  • Uniform Cost Search
  • Depth Limited Search
  • Iterative Deepening DFS
  • ...

Flokey82 avatar Nov 04 '21 14:11 Flokey82