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.
another way n/v ^ 0
Really nice. Could be read by someone with no coding experience and would still be understood.
This comment is hidden because it contains spoiler information about the solution
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
This comment is hidden because it contains spoiler information about the solution
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!
match
is the full match of the regex, which in this case is ignored since we just want to use the two capture groups (p1 and p2).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
Loading more items...