yatsen wrote:Can you post your solution?
Thanks!
Search found 17 matches
- Tue Sep 17, 2002 4:07 am
- Forum: Volume 101 (10100-10199)
- Topic: 10170 - The Hotel with Infinite Rooms
- Replies: 20
- Views: 12406
- Tue Sep 17, 2002 3:58 am
- Forum: Volume 103 (10300-10399)
- Topic: 10331 - The Flyover Construction
- Replies: 19
- Views: 7535
- Tue Sep 10, 2002 5:41 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10349 - Antenna Placement
- Replies: 16
- Views: 10674
- Wed Aug 14, 2002 6:39 am
- Forum: Volume 103 (10300-10399)
- Topic: 10328 - Coin Toss
- Replies: 19
- Views: 11762
- Wed Aug 14, 2002 6:34 am
- Forum: Volume 103 (10300-10399)
- Topic: 10301 - Rings and Glue
- Replies: 50
- Views: 23546
- Thu Aug 08, 2002 4:14 pm
- Forum: Volume 101 (10100-10199)
- Topic: 10165 - Stone Game
- Replies: 6
- Views: 3775
Re: 10165 - Stone Game
Hi,
Can someone explain the solution to this problem ?
it looks similar to the NIM-game.
Thank you.
Convert all numbers into binary sequences and list them all one in a row.
Then you may think what the best strategy is for playing the game.
If this is still obscure, consider the special case when ...
Can someone explain the solution to this problem ?
it looks similar to the NIM-game.
Thank you.
Convert all numbers into binary sequences and list them all one in a row.
Then you may think what the best strategy is for playing the game.
If this is still obscure, consider the special case when ...
- Tue Aug 06, 2002 11:52 am
- Forum: Volume 103 (10300-10399)
- Topic: 10337 - Flight Planner
- Replies: 20
- Views: 12588
- Fri Jul 26, 2002 3:05 am
- Forum: Volume 102 (10200-10299)
- Topic: 10240 - The n-Dimensional Cities
- Replies: 10
- Views: 8179
- Fri Jul 26, 2002 2:24 am
- Forum: Volume 102 (10200-10299)
- Topic: 10240 - The n-Dimensional Cities
- Replies: 10
- Views: 8179
- Thu Jul 25, 2002 3:55 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10240 - The n-Dimensional Cities
- Replies: 10
- Views: 8179
- Thu Jul 25, 2002 3:32 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10240 - The n-Dimensional Cities
- Replies: 10
- Views: 8179
- Sun Jul 21, 2002 6:24 pm
- Forum: Volume 102 (10200-10299)
- Topic: 10237 - Bishops
- Replies: 7
- Views: 5845
- Sun Jul 21, 2002 5:16 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10327 - Flip Sort
- Replies: 81
- Views: 35370
- Sun Jul 07, 2002 1:12 am
- Forum: Volume 103 (10300-10399)
- Topic: 10319 - Manhattan
- Replies: 9
- Views: 6753
- Sat Jul 06, 2002 2:39 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10319 - Manhattan
- Replies: 9
- Views: 6753
10319 - Manhattan
I try to formulate this problem as a two-coloring problem.
My idea is that I treat each pair of input point as a single node.
And for each pair of node, if their desired paths may conflict, they are
joined by an edge. Then I just check this graph to see if it is two-colorable.
But this idea seems ...
My idea is that I treat each pair of input point as a single node.
And for each pair of node, if their desired paths may conflict, they are
joined by an edge. Then I just check this graph to see if it is two-colorable.
But this idea seems ...