Skip to content

pavantc/freeflow_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Solutions to FreeFlow (android game)

The initial solution is a brute force method with some minor optimizations.
Produces results in reasonable time for upto 8X8 grids. Takes extremely long
for 9X9 grids and above, and this algorithm is not practical for such grids.
Need to find a better algorithm/optimizations.

About

Solutions to the "FreeFlow" android game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages