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.
it would be better to show actual, expected and diff tables for the better user experience. You could look at the other kata that povide such an info. e.g. this one
This comment is hidden because it contains spoiler information about the solution
in JS message like
isn't very useful. I see the input but almost no information about expected answer.
That's in Random tests
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
thanks!
seems to work better now (anyway I fixed my solution before ;) )
in JS tests output is truncated like
so it is hard to debug
some names seem to be completely random, but there is some 'logic':
segments -> ss -> ß
result -> r
last -> l
I guess not all of them could be described by the word "easy" =)
thanks ;)
yes, it is already possible, but it's a huge amount so I guess I'll try to go through some purples as well (at least that few that I've already done in Ruby and haven't done in JS)
there are no more easy 3-4kyu JS kata left and not much easy 1-2kyu, so it wouldn't be fast I think
in Ruby
987.5909072547386 × 943.3982221769694 ↺ 73° 1240171 ̷≈ 931691.5061422606
in JS sometimes generateCoords generate illegal moves (a self-capturing move, for example) and a test (for instance, "Rollback more than amount of moves raises an error") could fail with a correct solution.
I was lucky to observe it at least once
maybe that could be fixed (or, at least, it could be mentioned in description that test could have some unstable behaviour)
Loading more items...