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.
Thanks ! :)
(Er, "sir" would suit me very well... ;) )
Very nice! I was going to comment that this kata should probably never be done with java, but you, sir/madam have proved me wrong.
This solution is elegant, very readable and functional. Full 10/10.
100% agreed, this is a 7k problem.
Very good honest kata, requiring basic form. Also very heartening that finished solutions show that there really aren't any 'advanced' ways of doing it. This is probably the first kata I've seen so far that doesn't have a 'shortcut' -- there is no easy mathematical formula or a quick hack, you simply have to figure out the algorithm and do the legwork yourself.
Using Java and backtracking:
I can't see your solution, so I can't really say, but this is not a very complex kata.
Try to avoid using expressions like "monotone numbers" (whatever it is) or calling "big numbers" what is basically a round number. It's confusing as hell.
Absolutely fantastic kata, with lots of corner cases and learning potential.
I am in awe.
Very good challenge in Java, only negative I can see is that there is not much flexibility in answers.
Oh yes. I replaced it with printer_error because I thought it was a trick.
The "Examples" are generic for all languages but when you train for Java the template for solution is:
Hope you saw that:-)
This comment is hidden because it contains spoiler information about the solution