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.
For starters, sample tests and random tests are missing, and the fixed tests do not match the other languages, these are base requirements clearly stated in the guidelines.
I would also recommend formatting your code a bit better, your solution has no indentation.
If you want to see what a proper shell translation looks like take a look at this one by @Hobovsky.
I recommend checking out the official Codewars Discord for any further discussion and guidance.
Rejected, please follow the guidelines when creating a translation.
Not a kata issue, your solution is wrong.
Not an issue, this is covered in the description:
lol we pretty much have the exact same solution :D
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Not in this kata.
This comment is hidden because it contains spoiler information about the solution
you need to verify that the walk is exactly 10 minutes, not
$\le 10$
.In python the default recursion limit is 1000. This kata has trees with sizes that will make your solution recurse much more than that ;)
haha yep :D
This comment is hidden because it contains spoiler information about the solution
https://www.codewars.com/kata/reviews/65e445fecc0ad10001d226d4/groups/65e5ebcd7b199100017cd132
Loading more items...