• Martin Thoma
  • Home
  • Categories
  • Tags
  • Archives
  • Support me

Recent Posts

Google Code Jam – Round 1C 2013

Google Code Jam – Round 1C 2013

Problem A (Consonants): Small Set: 4305/4834 users (89%) Large Set: 1551/3778 users (41%) Problem B (Pogo): Small Set: 2537/3129 users (81%) Large Set: 121/638 users (19%) Problem C (The Great Wall): Small Set: 934/1260 users (74%) Large Set: 74/330 users (22%) More information is … Read More »
Google Code Jam – Round 1B 2013

Google Code Jam – Round 1B 2013

Problem A (Osmos): Small Set: 4668/7250 users (64%) Large Set: 3537/4578 users (77%) Problem B (Falling Diamonds): Small Set: 952/1882 users (51%) Large Set: 525/724 users (73%) Problem C (Garbled Email): Small Set: 444/896 users (50%) Large Set: 255/345 users (74%) More information are … Read More »
Google Code Jam – Round 1A 2013

Google Code Jam – Round 1A 2013

Problem A (Bullseye): Small Set: 5856/6195 users (95%) Large Set: 1806/4795 users (38%) Problem B (Manage your Energy): Small Set: 2323/3789 users (61%) Large Set: 456/1133 users (40%) Problem C (Good Luck): Small Set: 1366/1774 users (77%) Large Set: 31/605 users (5%) More information … Read More »
Google Code Jam Templates

Google Code Jam Templates

Here are some templates that are a good start for Google Code Jam. C++ #include #include #include using namespace std; int main(void) { /* number of test cases */ unsigned short int testcases; cin >> t; for(int i=1; i <= t; i++) { //loops for each case for (int … Read More »
Google Code Jam 2012 – Round 1C 2012

Google Code Jam 2012 – Round 1C 2012

4230 tried the first problem, but only 3189 people are listed in the scoreboard. Problem 1 (Diamond Inheritance): Small Set: 3077/4230 users (73%) Large Set: 2387/3044 users (78%) Problem 2 (Out of Gas): Small Set: 471/766 users (61%) Large Set: 73/253 users (29%) Problem 3 (Box … Read More »
Google Code Jam 2012 – Round 1B 2012

Google Code Jam 2012 – Round 1B 2012

5614 tried the first problem, but only 3281 people are listed in the scoreboard. So quite a lot tried to solve a problem, but couldn't even solve one. I think these problems were much harder than the ones from Round 1A 2012. Problem 1 (Safety in Numbers): Small Set: 2695 … Read More »
Google Code Jam 2012 – Round 1A 2012

Google Code Jam 2012 – Round 1A 2012

3691 people are listed in the scoreboard, but 3851 tried the first problem. So I guess the number of contestants might even be higher. Problem 1 (Password Problem): Small Set: 3511/3851 users (91%) Large Set: 2329/3376 users (69%) Problem 2 (Kingdom Rush): Small Set: 1912/3466 users (55 … Read More »
Google Code Jam 2012 - Qualification Round

Google Code Jam 2012 - Qualification Round

I've passed the Qualification Round of Google Code Jam 2012. I've learned, that I am not allowed to submit the large dataset after the first 8 minutes. 18,365 programmers took part in this contest. 15,692 had at least 20 points and advanced to the First Rounds. These are … Read More »
  • Martin Thoma - A blog about Code, the Web and Cyberculture
  • E-mail subscription
  • RSS-Feed
  • Privacy/Datenschutzerklärung
  • Impressum
  • Powered by Pelican. Theme: Elegant by Talha Mansoor