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.
random tests added
Thanks so much for this very helpful description. I finally got it done!
Not sure if something updated but it appears System.out.print now works to some extent. The only condition is that your code compiles perfectly. Once that's satisfied, you should be able to print to console messages in your solution. You can also modify the example test cases to print out each case.
Without mutating object it would way easier. This one is more chalenging which is good in terms of Kata as programming challenge.
From my point of view, Kata is a given problem you have to resolve with code, not code you have to fix.