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.
Except when it's
10
, but then, obviously, they can't all have the same leg sizenever more than 9
divide and conquer?
What about the case when the login session lasts more than one day?
How does a beginner go about understanding this regex? I can follow the parenthesis and understand the asterisks, but it's difficult to grasp the logic behind searching for the given sets of 0s and 1s. I can't even understand how to normally solve this kata without a regex, so I feel bad for getting stuck on this 4 kyu when I've completed others at this difficulty level.
Can you explain what has happened here ?
how did I not think of that. Apparently at 2 a.m. the brains don't really work. xD
Is there any limitation on the number of horses with same leg size?
What's the upper limit of N? (C#)
This is a fine non-recursive solution. There is however some duplication in the methods that can be removed.
Never code if you're drunk
Never code if you're drunk
jesus christ lol
Absolutely forgot about it. The use of
UnionWith
will be slightly more effective (especially on large collections). Thanks! :-)Loading more items...