You need to sign in or sign up before continuing.×
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
conditions allow such lines:
If at least one of the two interpretations is correct, and its value == n
And the line with x matches the other rules (exactly one x, no leading zeros in the allowed substitution)
→ It must be included in the result.
Pretty concise and short indeed.
25 is feasible, maybe optimum
...and down to
8180Nice catch
you can shave off 2 more bytes, making it the best soluttion so far, by far :-)
Using your technique, get it down to 85.
That's smart!
fixed
The examples in Thre-of-a-Kind are Full House...
Must use this approach more often.
Two different methods give me 29, but I can't get 28 :-/
should be fixed now.
Typo:
Deep-first search
->Depth-first search
.Loading more items...