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.
This solution sohuld not pass:
In general, Java does not seem to be the best fit for this challenge, because it's difficult to forbid use of built-in
BigInteger
.Random tests are fixed, thanks.
Hey!
Already solved the issues, hope the kata is good to go.
Thanks.
Tests are susceptible to mutation of inputs: when my solution changes
tracks
, it affects presentation of inputs in messages displayed by testsThis solution passes all random tests:
return new HashMap<Character, List<Character>>();
Java translation!!
p.s. thanks for checking :)