Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 618 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 618 Bytes

Flow Free solver using dijkstra's algorithm and dynamic programming (dead-end elimination).

alt text

Instructions and Sample

On Unix Terminal

make
./flow (OPTION) (puzzles/puzzle_xxx_xx.txt)

Useful Notes

Use -A to see solver animation.

Use -d to use dead end checking algorithm to eliminate incorrect solutions (decreases solve time).

alt text alt text