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.
Looks so obvious when you see it like this!
Updated the Java test suite to include edge cases and random tests.
Hello jhoffner,
just as a friendly reminder: Can you please review and approve this change? I added the sample tests :)
I also solved the issue in the kotlin translation https://www.codewars.com/kumite/61f3c1737c4cb1000fb8d896?sel=62680f8514c014000fe0e884
Great solution!
I added forks for Java and Kotlin to solve the issue. Would be great if someone can review the changes and solve this issue (:
Tests was missing because the origin kata had non. I added some sample tests :)
Missing a working sample test
I created forks to solve the issue in java and in kotlin translation:
java -> https://www.codewars.com/kumite/62686f319e736f67f1c8413a?sel=62686f319e736f67f1c8413a
kotlin -> https://www.codewars.com/kumite/61f3c1737c4cb1000fb8d896?sel=62680f8514c014000fe0e884
It would be great if someone reviewed and approved it :)
Yes, you can fork any translation. I'm bad in Java so I cannot review those, but hopefully someone competent will.
Thank you for the help. I created a new Fork which solves the Issue in kotlin -> https://www.codewars.com/kumite/61f3c1737c4cb1000fb8d896?sel=62680f8514c014000fe0e884
It would be great if someone reviewed and approved it.
Should I also Fork the Java Kata? I solved the issue in the kotlin kata because I published the translation.
Try publshing a new fork. Save your code locally if you need. Get to your translation from the
Translations
tab,fork
at top right. Not sure, but it could work.I tried to update the kotlin translation created by me but I don't see any effect when I push the 'Re-Publish' button.
Can someone help me?
This comment is hidden because it contains spoiler information about the solution
It's not that difficult. Just train it, it is very useful. I like to use vectors for movement on a (n x m) field. In kotlin I just use a Pair<Int, Int> for a vector and I add a function for moving.
or
I think it's very comfortable.
I also used vectors in the katas: https://www.codewars.com/kata/5a5db0f580eba84589000979/kotlin, https://www.codewars.com/kata/5b86a6d7a4dcc13cd900000b/kotlin
These are very cool (: Can be recommended ;-)
Loading more items...