nWhitehill / FlowSolverPython

CS440 final project. A solver for the game Flow. Written in Python
0 stars 0 forks source link

BFS implementation #2

Open nWhitehill opened 9 years ago

nWhitehill commented 9 years ago

Implement a bfs search so we can get a good baseline. We can start experimenting with A* and other techniques and bench mark them against bfs.

nWhitehill commented 8 years ago

Pending merge of #5 this is done.