Live data from Hacker News

Google Code Jam – Contest scoreboard

code.google.com

41–49 of 49 posts

Re: Google Code Jam – Contest scoreboard

#42
post #14

When someone asks why not outsource the coding to India, point them to this page. The first Indian winner is #236, but if you go to the last page, there are a bunch of them trying. EDIT: I'm gonna make a script to list the best countries that output programmers.

I assume outsourcing is done to save money. The amount it would cost to have each developer get their answer would be interesting to me, and would remove the perceived racist element too.

Re: Google Code Jam – Contest scoreboard

#43
post #41

Man - that problem 3 was a pain. I couldn't get it to work until the last minute. Anyone solve the small case for problem 2, but get the large case incorrect? Can't fathom what the issue might be.

You can diff your output against someone else's to see if you can find a discrepancy, then debug it from there.

Re: Google Code Jam – Contest scoreboard

#44
post #4

I'm always amazed at the speed of these guys. Top guy got it all done in an hour. I don't know if they are geniuses or if they practice this stuff every day.

I have a suspicion that they have solved thousands upon thousands of these problems, developing a library of sorts. They can probably translate these problems into ones they have solutions for and just work from there.

Maybe that's jealousy talking, though.

Re: Google Code Jam – Contest scoreboard

#46
post #4

I'm always amazed at the speed of these guys. Top guy got it all done in an hour. I don't know if they are geniuses or if they practice this stuff every day.

I have a suspicion that they have solved thousands upon thousands of these problems, developing a library of sorts. They can probably translate these problems into ones they have solutions for and just work from there. Maybe that's jealousy talking, though.

I think it is a feat to practice to the point of having seen thousands of problems and still know (or have a felling of) the way to go.

(Actually, most of the good sport coders that I know develop that knack of knowing where the solution is headed, without pinpointing a previous problem)

Re: Google Code Jam – Contest scoreboard

#48
post #19
post #14

When someone asks why not outsource the coding to India, point them to this page. The first Indian winner is #236, but if you go to the last page, there are a bunch of them trying. EDIT: I'm gonna make a script to list the best countries that output programmers.

There's not really much difference between the top 1000 places, since all that matters is solving all 4 problems. This is the qualification round that goes on for 27 hours, so there is not much pressure to solve the problems fast. The Indian programmers are in a time zone that makes it difficult to get up at 4:30am just to solve the problems a bit faster. Comparing the performance in the next few rounds would make mo…

Wait, do the results from each round make a difference in subsequent rounds? I didn't take the time to implement a solution to problem C because I felt like it would take too long.

Re: Google Code Jam – Contest scoreboard

#49
post #19

Earlier quoted context omitted.

There's not really much difference between the top 1000 places, since all that matters is solving all 4 problems. This is the qualification round that goes on for 27 hours, so there is not much pressure to solve the problems fast. The Indian programmers are in a time zone that makes it difficult to get up at 4:30am just to solve the problems a bit faster. Comparing the performance in the next few rounds would make mo…

Wait, do the results from each round make a difference in subsequent rounds? I didn't take the time to implement a solution to problem C because I felt like it would take too long.

As long as you qualify, results from each round do not make a difference in subsequent rounds. [0]

[0] https://code.google.com/codejam/faq.html

Post reply on HN