Блог пользователя Utkarsh.25dec

Автор Utkarsh.25dec, 3 года назад, По-английски

We invite you to participate in CodeChef’s November Long Challenge, this Friday, 5th November, 3 PM IST onwards.

The contest is open for 10 days, i.e, from 5 — 15 November. Please note, this month’s long challenge will be rated only for Div 3 participants.

Joining me on the problem setting panel are:

The video editorials of the problems will be available on our YouTube channel as soon as the contest ends. Subscribe to get notifications about our new editorials.

Also, if you have some original and engaging problem ideas, and you’re interested in them being used in CodeChef's contests, you can share them here.

Hope to see you participating. Good Luck!

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

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

Still weird staff happening with pypy3:

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

Can someone tell me what should be the Expected CF rating of Convex Hulk problem . I am asking this because it's one of the very few problem of Geometry I ever solved and it took a half day of mine .
And also that is This solution (Mine) Hackable ? I used Graham-Scan + Greedy , first made a convex hull of given points let it be S1 , then removed those point and with the left over points and made another Convex Hull let it be S2. Then for each point in S1 found the closest points in S2 and considered three adjacent points of it . And from S1 took mid point of each side . And then used this point to generate the final convex hull . It ran well within the Time Limit.

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

Journey of every Competitive Programmer —

Hackerrank -> CodeChef -> CodeForces