Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
description only talks about one value (
field
) even though there is actually two (cr
, the starting position of the rabbit)also, python's test suite seems to still use camelCase, but the full suite uses snake_case correctly
Needs clarification: order in the queue is not defined.
I really can't make sense of how to resolve timing ties.
Hi, you have changed function name without"backward compatibility" which means all previous solutions will be invalidated. Please approve this fork with backward compatibility and improved testframework.
This comment is hidden because it contains spoiler information about the solution
How does the jump work if the jumppower is an odd number? does it go up by (n/2)+1 and go down by (n/2) or vice versa?
The structure (5 fixed tests and 22 random tests) and the size of the field (
10 <= n, m <= 110
) in the final tests could be specified.could use tag:
algorithms