Skip to content

Flow Free solver using dijkstra's algorithm and dynamic programming

Notifications You must be signed in to change notification settings

mwall-dev/flow_free_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Flow Free solver using dijkstra's algorithm and dynamic programming

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published