|  | 
|  | 
| back to board | If you have WA9...(+) Try this test:
 2 1
 1 3
 
 answer:
 
 2 3
 1 4
Re: If you have WA9...(+) Posted by Gnocuil  25 Aug 2007 13:57I have wa#9,but my program does well in your dataFor those who got WA#3 with DFS and DP.... The case given here helped me.
 Notice that when you are selecting whether white part is to be selected or black part, and pushing the result in a vector or queue, due to DP, last part gets inserted first. So you have to consider that first result in the vector/queue is for the last pair of partition.
 
 May be this will help...
Re: For those who got WA#3 with DFS and DP.... Posted by r1d1  14 Feb 2010 17:082 41 2
 2 1
 1 2
 2 1
 answer:
 1 3
 2 4
Re: If you have WA9...(+) Posted by z-17  27 Nov 2013 21:00answer1 2
 3 4
 is correct too. But I have wa3
Re: If you have WA9...(+) Posted by 578067  14 Oct 2015 11:04Do you find the cause? | 
 | 
|