Search found 2 matches

by badZeppelin
Fri Jan 01, 2010 11:56 pm
Forum: Mortal Coil
Topic: optimizations
Replies: 2
Views: 20592

thanks for the advice. I'll keep thinking about this. I would especially want to get some tips from adum, about how he managed to get to level 1048 ;)
by badZeppelin
Mon Dec 28, 2009 2:43 pm
Forum: Mortal Coil
Topic: optimizations
Replies: 2
Views: 20592

optimizations

Hello guys, I'm trying to solve the game with a simple recursive backtracking algorithm, but after level 60+ it became terribly slow. I couldn't come up with any idea on optimizing the algorithm. I made a sudoku solver with the same technique and there I could select the path by selecting the branch...