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.
Really nice. Could be read by someone with no coding experience and would still be understood.
Can you explain what you're doing with the divmod and the bitwise operators? I'm completely lost. Thanks!
Am I missing something - where was a range for N given?
This comment is hidden because it contains spoiler information about the solution
Maybe I'm looking at this wrong but is this finding the index of a letter in a string in an array in the c.indexOf portion?
I just dont quite get how it handles something like 99999. Does the one incriment the d because of the +d and simply add a 1 in front of the ns because its a string?
Thanks!
Can someone expain this?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
why are there three inputs in the function when only two are used?
What does the 'match' in the function do?