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 fails for "1110000000111" (expected "T T", actual "E") and "111111111111111111111000000000000000000000111111111111111111111" (expected "I", actual " ").
If you try to calculate such huge factorials in java, you need to approximate them. Otherwhise you wont finish in time.
Probably there is an other solution to this kata, than calculating the exact number.
Could you give me a short explanation of your solution? thx
Actually… No. Also, this isn't a suggestion.
This comment is hidden because it contains spoiler information about the solution