Philipsweng's blog

By Philipsweng, history, 7 years ago, In English

Week of code 32nd edition https://www.hackerrank.com/w32 is starting today May 15th 7:00am UTC.

It's a seven day contest and each day from Monday to Saturday 1 challenge will go live.(Easy to Hard).

Score decreases by 10% at the end of every 24 hours.

Your submissions will run on hidden test cases at the end of every 24 hours.

Time of each challenge will be counted as your most recent successful submission.

Contest is prepared by Philipsweng and tested by zemen

Contest is rated and top 10 get T shirts.

GL & HF

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

| Write comment?
»
7 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by Philipsweng (previous revision, new revision, compare).

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

Only 6 problems?

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

    Yes, hackerrank has updated the rule for week of code.

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it +8 Vote: I do not like it

      May I know the reason behind it? Kinda odd to have 6 problems for a "week" of code in my opinion

      • »
        »
        »
        »
        7 years ago, # ^ |
          Vote: I like it +5 Vote: I do not like it

        Somewhat irrelevant, but many older Week of Codes also included 6 or even 5 problems.

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

          Irrelevant, but thanks for the interesting information :)

»
7 years ago, # |
Rev. 2   Vote: I like it +9 Vote: I do not like it

Does anyone know how I can check how much memory my program is taking at Hackerrank ?

And also, what's with everyone giving hints and discussing freely at the discussion section of the problems ? That seemed really bizarre.

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +23 Vote: I do not like it

    Some people really think that discussion != revealing of solution and tests. And "if admins think that my comment bad — they'll remove it".

    Actually more than 10 different participants wrote me personal messages about 'hint, not solution', it very suprised me.

    It seems that this problem can be solved if functional of 'questions to admin during contest' will be separated from problem discussion, that will be closed during active contest.

    • »
      »
      »
      7 years ago, # ^ |
        Vote: I like it +8 Vote: I do not like it

      I read most of your comment, and I have to say, I like your jokes :)

      On a side note, can Admin Shafaet clarify what's legal on the discussion and what's not? I would seriously consider quitting hackerrank at this rate.

      • »
        »
        »
        »
        7 years ago, # ^ |
          Vote: I like it +5 Vote: I do not like it

        Honestly, a lot of the comments actually seem to go even against the basic guidelines on the sidebar:

        1. Each day's submissions will run on additional testcases at 07:00 UTC.
        2. For every live challenge, max score reduces by 10% at 07:00 UTC every day.
        3. Plagiarism or any form of cheating will result in disqualification.
        4. Leaderboard time is calculated as latest code_submit_time
        5. Refrain from posting solutions/testcases on discussion forum.

        Honestly I'd say posting hints also should be considered to be posting solutions.

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

          I completely agree with you. But I would like admin to clarify on debatable issue like posting hints, or time complexities and also enforce better regulations on cheating.

»
7 years ago, # |
  Vote: I like it +5 Vote: I do not like it

Well, I understand that there are no lower limit for amount of hidden tests. But there weren't hidden tests at all in problem 'Geometric trick' — is it good idea for that type of contest?

  • »
    »
    7 years ago, # ^ |
      Vote: I like it +8 Vote: I do not like it

    Well, it did greatly lessen the amount of people bragging about their "sufficient" algorithm in the discussion...

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

      why not have full(maximum cases) pretest, but also tricky hidden test? This will solve both problems, no?