Блог пользователя anveshi

Автор anveshi, история, 7 лет назад, По-английски

Google Code Jam World Finals 2017 just started. Here are some relevant links:

  1. Live Stream
  2. Problemset
  3. Score Board

Good luck to the participants:)!

Update: Contest is over. Contest Analysis

Final Standing
  • Проголосовать: нравится
  • +101
  • Проголосовать: не нравится

»
7 лет назад, # |
  Проголосовать: нравится +9 Проголосовать: не нравится

tourist is solving D I guess.

»
7 лет назад, # |
Rev. 4   Проголосовать: нравится -19 Проголосовать: не нравится

rng_58 and SnapDragon can surprise tourist. They are my favourites :)

»
7 лет назад, # |
Rev. 2   Проголосовать: нравится +1 Проголосовать: не нравится

tourist is about to be 4 time Code Jam Champion. He has a comfortable 20 point lead over zemen

»
7 лет назад, # |
  Проголосовать: нравится +29 Проголосовать: не нравится

I found something random in the suggestions.

»
7 лет назад, # |
  Проголосовать: нравится +6 Проголосовать: не нравится

Any one know if snapdragon's other solution was correct?

  • »
    »
    7 лет назад, # ^ |
      Проголосовать: нравится +104 Проголосовать: не нравится

    The stream was a little misleading; I only had the one hastily-coded solution. For each case, it just tries over and over to prove that the answer is "NO" (by taking two points, slightly perturbing them, and seeing if all the points lie on one side of that plane). Any "NO"s that it output were definitely correct, but "YES"s were suspect. I ran the large using 10,000 attempts, and submitted, then since I had more time, ran it with 100,000 attempts. That got me two more "NO"s.

    However, apparently I was still off by 17 cases ("NO"s that I reported as "YES"), so my randomized floating-point-based solution was probably doomed no matter what I did. I'm just lucky it worked for the Small. :)

»
7 лет назад, # |
  Проголосовать: нравится +15 Проголосовать: не нравится

Why google do this competition every year if they can just give $15k to Gennady?

»
7 лет назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится

I know that I cannot solve any of the problems, but just for the sake of my imagination can somebody tell me how hard the problems actually are . Are they Div 1 E or higher?

  • »
    »
    7 лет назад, # ^ |
    Rev. 2   Проголосовать: нравится -37 Проголосовать: не нравится

    They're very difficult. I can't solve any large.

  • »
    »
    7 лет назад, # ^ |
      Проголосовать: нравится +97 Проголосовать: не нравится
    • A small: D1 B, large: D1 D
    • B small: D1 C, large: D1 D
    • C D1 D
    • D small: D1 D, large: easy D1 E
    • E small: D1 B, large: too hard for a CF round
    • F small: D1 D, large: hard D1 E
    • »
      »
      »
      7 лет назад, # ^ |
        Проголосовать: нравится -27 Проголосовать: не нравится

      I found A large to be much simpler than B large. I would say A large is a Div 1C at best. There is not much difference in idea between the solution for small and large dataset and optimizing O(n3) to O(n2) isn't that hard.

»
7 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

Since comments are disabled in the live stream, I have to ask here. Does anyone know which song is played at 4:15:00?

»
7 лет назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

The Teleporters problem immediately reminded me of https://community.topcoder.com/stat?c=problem_statement&pm=12416