dyps's blog

By dyps, 11 years ago, In English

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

  • Vote: I like it
  • +32
  • Vote: I do not like it

»
11 years ago, hide # |
Rev. 2  
Vote: I like it +34 Vote: I do not like it

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 years ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

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 years ago, hide # ^ |
     
    Vote: I like it 0 Vote: I do not like it

    This movie got some award and all, but I saw the movie once several years ago and didn't really find it interesting. Maybe I didn't understand the film :(

    • »
      »
      »
      11 years ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

      xorfire, I really loved this movie =D I am not a regular movie and anime viewer, so my knowledge of movies is too less to comment, but I found this movie quite good :)

»
11 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

Gentle reminder, contest has started !!!!

»
11 years ago, hide # |
 
Vote: I like it +13 Vote: I do not like it

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

»
11 years ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

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

»
11 years ago, hide # |
Rev. 2  
Vote: I like it -8 Vote: I do not like it

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 years ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

Any Similar Questions as the 4th one?