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

Автор radoslav11, история, 3 года назад, По-английски

We invite you to participate in CodeChef’s May Cook-Off, this Sunday, 23rd May, from 9:30 PM — 12:00 AM IST

The May Cook-Off will have Junglee Games as the official contest recruiter! They are looking for SDE II & III Backend, SDE II & III Data, and SDE II Frontend roles for their fast-paced environment.

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.

Joining me on the problem setting panel are:

Prizes:

The winners will receive CodeChef laddus with which they can claim cool CodeChef goodies. Know more here.

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.

Important Update

Did you create multiple usernames with CodeChef in the past? If yes, here's an update. We now have a portal where you get to see all your usernames so that you can delete all and keep the best one for you.

Hope to see you participating. Good Luck!

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

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

Did you create multiple usernames with CodeChef in the past? If yes, here's an update. We now have a portal where you get to see all your usernames so that you can delete all and keep the best one for you How to access this portal? Also, can anyone view our fake accounts :P ?

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

clashes with opencup :(

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

Can we expect a balanced problemset?

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

How to solve permutation swaps ? Also the mistake in this problem wasted good amount of time.

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

    We can make the permutation operation k times in logk by binary lifting. So, we make a "reverse permutation", then calculate for the operations 2 and 3 the indexes of the elements by doing k steps in that reversed permutation.

    submission

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

Somebody explain FLGZRO ?

How to calculate the contribution per leaf node? If a[i] would be distinct, it would be simply $$$2^{lenOfPath}$$$, but how do we consider not distinct a[i] in the path?

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

Does anyone have the working link to the rating predictor of Codechef? The links that I find don't work

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

How to solve permutation swaps?

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

https://www.codechef.com/COOK129A/problems/MAXXMIN Is there a way to remove logN in this problem which was because of last occurence of some number ??

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

Double Burgers was a super problem.Really loved it.

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

I think I have seen the similar problem :- chef and subarray (div 2-B) on codeforces

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

Editorials for all problems except MAXXMIN posted at https://discuss.codechef.com/tag/cook129.

I hope you guys had a nice contest.