coderdhanraj's blog

By coderdhanraj, history, 3 years ago, In English

Hello Codeforces!

I would like to invite you to take part in HackerEarth's May Easy '23! It will be held on Saturday, May 6, 2023 at 9:30 AM IST.

The problems were written and tested by me (Dhanraj coderdhanraj Chaurasia), Pawankumar EulerTour Nandagiri, Devanshul SilverWing05 Saraswat, Akshit strange14 Garg, Rohit rohit_768_ Pradhan and Suchit Atlas K.

Also, many thanks to Ujjwal ujjwald7 Dwivedi for coordinating the contest.

You will be given 6 algorithmic problems to solve in 3 hours. Partial scoring will be used (i.e. you get points for passing each test case).

Although the contest is targeted toward beginners, we hope that everyone finds the tasks interesting. The contest is rated for all and the prizes will be awarded to the top 3 beginners (i.e. participants with a rating less than 1600 before the challenge starts):

  • First place: $75 Amazon gift card.
  • Second place: $50 Amazon gift card.
  • Third place: $25 Amazon gift card.

UPD: The contest is now rescheduled to Saturday, May 13, 2023 at 11:30 AM IST. You can register for the contest here.

UPD2: Hackerearth May DSA '23 will be held on Saturday, May 13, 2023 at 09:30 AM IST.

Good luck everyone, and feel free to discuss the problems here when the contest ends.

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

| Write comment?
»
3 years ago, hide # |
 
Vote: I like it +18 Vote: I do not like it

Problems aren't visible on the problem's section.

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

coderdhanraj,The problem statements are not visible to anyone I guess.

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

Ok, I got it. Previously they hid leaderboard and we complained. Now, they returned back it but hid problems. Why everything cannot be visible and working at once?

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

Problems not visible for upsolving

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

Hi everyone,

Easy has been rescheduled to this Saturday along with DSA. Looking forward to see you all there! DSA Coding Contest, May Easy (Rescheduled)

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

Reminder!

  • HackerEarth May DSA starts in less than an hour.
  • HackerEarth May Easy starts in less than 3 hours.
»
3 years ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

How to solve kth prime sum?

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

For the question Edge Letters,
My code gave runtime error.
I just changed the size of the suffix array from $$$10^5$$$ to $$$10^6$$$, and it got accepted.
Can anyone please tell what could be the issue?