|
|
back to boardHow to prove the result??? How to prove that only for you-know-what cells there exists an answer? Re: How to prove the result??? I brute-forced it (~30 mins as I used 1Gb RAM computer, so I had to calculate 1, 2, 3, ... n steps separately and store results on HDD for further path-tracing between reachable states). Edited by author 09.09.2008 02:52 * Posted by Брэнд 24 Oct 2008 23:57 It's very easy task if you know the game "Soliter")) Re: * Posted by LDT 30 Oct 2008 13:59 It's very easy task if you know the game "Soliter")) can you tell more about that? Re: * And how does this solitaire help to solve the problem? Re: * Posted by LDT 3 Nov 2008 01:43 yes, i don't see any relation with the solitarie. Although i've played many times (in the past) Re: How to prove the result??? Well, try coloring the cells of the field in numbers 3,5,6 so that in each row they repeat: 3,5,6,3,5,6,... and the top-left to bottom-right diagonals are always "one-color". Then play with possible moves and XORs of the values. Then change the direction of one-color diagonals and repeat all the reasoning. This will certainly help you. Re: * Posted by Sevenk 22 Jun 2010 17:18 Oh, you showed us the solution. |
|
|