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 comment is hidden because it contains spoiler information about the solution
Thanks @quantage ! Will take a look at your solution...
Actually, in the description (and the note at the end) it is said that your C++ function should return ALL
possible solutions (it's just a func prototype), but for this kata all problems have EXACTLY ONE solution.
We could go 3 ways:
a- keep it like it is (and may be make the description/notes/hints) more clear,
b- add some cases with multiple solutions (with lexico sorting at the end, would be easy to test)
c- add some 'no solution' cases (but that was not my first intention.
Note: it was @@##++_ tricky to generate problems with exactly one solution, though.....