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.
Java translation kumited!. Also, fixed a little logical error in your description inside of my translation, check diffs to see what.
This was a fun little puzzle! Great job!
Had lots of fun in this Kata as well as Music Theory #01. Looking forward to any more you put out!
Actually I believe this is an error with your code. The random tests had a typo in them so
assert_equals(actual, expected)
was actually being called asassert_equals(expected, actual)
. So this would be an error in your code which would need to be resolved. I just fixed random tests to report errors the right way now.Fun Kata! Python translation Kumited, please review and approve!
I agree. I feel like a Hello World program is harder to write. A bit too easy for my liking.
Java translation Kumited! Please review and accept :)
@emporio Java translation Kumited! Please review and approve :)
This was an awesome Kata. One of the rare Katas that depends on intimate knoweledge of a language instead of math + logic.
This comment is hidden because it contains spoiler information about the solution
Sorry, that was changed after my Kumite. I just changed it to the original state.
Java translation Kumited!
Python translation Kumited!
I see your solution is in Java -- messages indicating what failed are now added! Typo also fixed!
Assuming the issue was in the random tests, the issue is resolved!
Loading more items...