Skip to content

Conversation

@nikhila01
Copy link

Change the K value from 501010 to 51010 so that it's in the input range of 1 to 100,000. Right now the answer to the performance test is always 0 since K is never in the input.

Note that K is still extremely sparse in the input, so that naive solutions are still likely to outperform a standard reduction. Since this is an Easy problem maybe that's ok. If not, a better performance test is needed.

Change the K value from 501010 to 51010 so that it's in the input range
of 1 to 100,000. Right now the answer to the performance test is always
0 since K is never in the input.

Note that K is still extremely sparse in the input, so that naive
solutions are still likely to outperform a standard reduction.
@nikhila01
Copy link
Author

nikhila01 commented Jan 23, 2026

I forgot to add that submissions may need to be re-run after merging. Although as I said above, it probably won't affect solutions too much since K is still extremely sparse in the input, and non-reduction based solutions are still likely to perform best.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant