where are the March Cook Off editorials ?

guys, I’m clicking on the editorial link on the contest page but the page won’t just open. Am I the only one who is facing this problem?

1 Like

Editorial for MARCAPS

Find out the count of all elements in the array. Let “mx” be the maximum count, if “mx” is greater or equal to ceil(n/2) then the answer would be “No”, else the answer would be “Yes”.

If the array was sorted then you could just shift all the elements by “mx” and get the answer. Similarly, if the array is not sorted then map it to a sorted array, shift the elements and then restore the elements to their original indices.

You can view my solution - https://www.codechef.com/viewsolution/23662934

You’re not the only one. I am facing the same problem, wingman_7.

They will be released soon. In case there seems to be more than acceptable delay we will release the setters notes at the very least.

They have been served :slight_smile: