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.
You are passing octal values as input in the first half of the cases ( those with leading zeroes ), not decimal. That makes calculating complicated and is doubtlessly unintended.
Either pass in
String
s, orNumber
s without leading zeroes.Needs randomised testing.
Even, and maybe especially, if it's complete, you can still randomise the order. With complete tests, you can just reverse engineer the expected results ..
This comment is hidden because it contains spoiler information about the solution