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.
Updated the Java test suite to include edge cases and random tests.
Yes, you can fork any translation. I'm bad in Java so I cannot review those, but hopefully someone competent will.
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 don't think you can delete a solution, but it shouldn't matter
Hi,
THERE IS NO NEED TO SHOUT LIKE THAT...
;)
cheers
You have to thank Unnamed or that
your solution is exponential (time complexity). To pass this kata, you need something quadratic. => you can drop that approach (or you have to convert it using dynamic programming)