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

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

Hello Codeforces Community!

I invite you all to join HackerRank's HourRank 28 on June 3, 2018, at 20:30 IST.

You will be given one hour to solve three tasks. The contest will be rated and the top ten contestants will receive HackerRank T-shirts!

The problems are created by mr.logix, abx_2109, and coderdecode1 and tested by me.

Good luck and happy coding!

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

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

The link is showing University Codesprint starting 17 feb and ending 19 feb. Please fix it.

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

How long until the ratings are updated?

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

In the second question, the time complexity is of the order 108. Does this always run in the time limit on those platforms (Hackerrank & Hackerearth)?

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

Can someone please help me understand Tourist's solution to the second problem? Link : https://www.hackerrank.com/rest/contests/hourrank-28/challenges/the-most-elegant-sequence/hackers/Gennady/download_solution

I am unable to understand from line 49 onwards, where the actual DP begins. It would be helpful if someone could clarify the logic.