Do you find yourself debugging in your sleep? Enjoy solving tough problems and grappling with technical challenges? Then enter Google Code Jam and compete for more than $80,000 in cash prizes!
Google Code Jam is an annual competition in which programmers – both students and professionals – are ...
Search found 22 matches
- Thu Jun 26, 2008 12:23 am
- Forum: General
- Topic: Invitation to Google Code Jam 2008
- Replies: 0
- Views: 3099
- Thu Jun 26, 2008 12:20 am
- Forum: Other words
- Topic: Invitation to Google Code Jam 2008
- Replies: 0
- Views: 3036
Invitation to Google Code Jam 2008
Do you find yourself debugging in your sleep? Enjoy solving tough problems and grappling with technical challenges? Then enter Google Code Jam and compete for more than $80,000 in cash prizes!
Google Code Jam is an annual competition in which programmers – both students and professionals – are ...
Google Code Jam is an annual competition in which programmers – both students and professionals – are ...
- Wed Apr 02, 2008 11:57 pm
- Forum: Volume 114 (11400-11499)
- Topic: 11425 - Collecting Luggage EXTREME!!!
- Replies: 1
- Views: 1517
Re: 11425 - Collecting Luggage EXTREME
Your case 2 output looks quite off.
- Wed Aug 13, 2003 7:39 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10538 - Powerful Magic Squares
- Replies: 7
- Views: 3893
Hehe. I should have explained that that's how I actually did solve the problem. My not-really-optimized search took an hour (though I did remove translations and reflections by fixing a 1 in the upper-left corner, and applying two A > B restrictions to the 4 numbers adjacent to the 1). You need to ...
- Thu Aug 07, 2003 6:34 pm
- Forum: Volume 105 (10500-10599)
- Topic: 10538 - Powerful Magic Squares
- Replies: 7
- Views: 3893
The only way I could see to solve this in a real contest would be to run a search for all the magic squares (eliminating translations/reflections) for an hour or so, put them into a table, and look them up for each example. This still isn't fast enough because of the 15,000 cases, though, so you'd ...
- Tue Apr 29, 2003 8:04 pm
- Forum: Volume 1 (100-199)
- Topic: 199 - Partial differential equations
- Replies: 15
- Views: 6508
- Mon Apr 14, 2003 9:19 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10483 - The Sum Equals the Product
- Replies: 21
- Views: 13158
- Fri Jan 24, 2003 11:41 pm
- Forum: Algorithms
- Topic: A difficult problem which no one haven't solve
- Replies: 4
- Views: 3763
- Fri Jan 24, 2003 11:36 pm
- Forum: Algorithms
- Topic: A difficult problem which no one haven't solve
- Replies: 4
- Views: 3763
- Tue Jan 14, 2003 8:50 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10383 - Queen vs Rook
- Replies: 8
- Views: 4646
- Tue Jan 14, 2003 8:33 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10399 - Optimus Prime
- Replies: 14
- Views: 6999
Here's how I thought about it when I made the problem. For each prime p, we determine the _unique_ first move for A that will allow A to force taking p. The reason that it is unique is simple: suppose A could pick both 'x' and 'y' as his first move to force taking p, with x < y. Then when A picks x ...
- Tue Nov 12, 2002 2:06 am
- Forum: Volume 104 (10400-10499)
- Topic: 10405 - Longest Common Subsequence
- Replies: 103
- Views: 44088
- Mon Nov 11, 2002 7:54 pm
- Forum: Volume 104 (10400-10499)
- Topic: 10410 - Tree Reconstruction
- Replies: 13
- Views: 10647
- Fri Nov 08, 2002 8:25 pm
- Forum: Volume 8 (800-899)
- Topic: 809 - Bullet Hole
- Replies: 6
- Views: 6012
- Fri Nov 08, 2002 7:49 pm
- Forum: Volume 103 (10300-10399)
- Topic: 10395 - Titans in Danger
- Replies: 18
- Views: 5186