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

Автор dyps, 11 лет назад, По-английски

Hello Coders,

The 23rd edition of 101 Hack is here. This time we have 5 interesting challenges lined up for you.
The contest commences on 27th March 2015 at 16:30 UTC, and will run for 2 hours. You can sign up for the contest here.

The problem statements will be available in English, Russian and Chinese.

Top 10 on leaderboard get cool HackerRank T Shirts

Problem Setters

PraveenDhinwa

Problem Testers

wanbo

Please try all problems, Editorials will be available at the end of contest.

GL&HF

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

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

Btw if somebody is thinking that this is continuous third round of devu, then he is wrong. Please note the difference of "too" in the handle :P

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

Btw characters of problems will be Chihiro from animated film Spirited Away (referred as magical girl in the problem statement, I think one of scenes of the movie will reflect in your mind after reading first problem statement :) ) and Devu (Devendra Agarwal (devu).

»
11 лет назад, скрыть # |
 
Проголосовать: нравится 0 Проголосовать: не нравится

Gentle reminder, contest has started !!!!

»
11 лет назад, скрыть # |
 
Проголосовать: нравится +13 Проголосовать: не нравится

interesting problems. though i could solve only the first two :|

»
11 лет назад, скрыть # |
 
Проголосовать: нравится -8 Проголосовать: не нравится

What was the benefit of having "caterpillar" restriction at last problem?

»
11 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится -8 Проголосовать: не нравится

In the 4-th problem my initial solution was the following: for each edge find some cycle and say that its sum is 0. Then do gauss elimination modulo 2. It got wrong answer on some cases.

Fortunately, it passed then I consider up to 10 cycles for each edge and add them all to the matrix.

Do anyone know, what the difference is?

»
11 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится 0 Проголосовать: не нравится

Any Similar Questions as the 4th one?