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.
same observation
Javascript random test are broken no ?
I think it would be a good idea to state what exactly "a year" means in the description.
updated remaining languages; the issue about generating better random tests still remains
Your Python solution returns
True
for this test case. The author's solution returnsFalse
but the reference solution inside random tests (line 35) returnsTrue
.see fork: ref sol and my sol still pass that edge case test, what am I missing here..
The expression (canSnailReachEnd(10, 2, 1)) == (1) is false, why its false?