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.
not an issue.
It is pretty much efficient brute force.
I've worked on this kata for hours, trying to find a mathematical relationship between the numbers.
There were none, that is, none that were particularly noteworthy.
Problems involving sums of digits usually don't have much mathematical reasoning behind them.
Just try to find a way to limit the number of numbers you test.
IT's difficult to tell wothout seeing your code, or even without knowing the language you use. But my guess is that you use
substring
somewhere and pass in invalid arguments into it. It's jsut a guess tho.