Search found 2 matches
- Fri Jan 01, 2010 11:56 pm
- Forum: Mortal Coil
- Topic: optimizations
- Replies: 2
- Views: 20626
- Mon Dec 28, 2009 2:43 pm
- Forum: Mortal Coil
- Topic: optimizations
- Replies: 2
- Views: 20626
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...