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
Sorry for the necroing here!. I've been using my method of doing "for each (char digit in List) { List.Add(digit - 48) }" to separate each number for several katas now, then I saw this solution and thought "Gotta do it that way now!!!" then saw adams85's comment and thought "goddarnit". I had already noted the code down, happy to being able to do better next time so that was such a shame. Then saw yours and hope came back to my soul, thank you, stranger.
Thanks for Math.DivRem.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution