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
Wow, you good!
Hmmm
Interesting approach. Haven't seen it before.
Ouch! The time complexity is O(n^3), when it can be done in linear time.
This solution has me stumped. I totally don't get how this works.
oh my! points for cleverness but not readibility
This comment is hidden because it contains spoiler information about the solution
Excellent points. I agree, this should not have been upvoted as Best Practice.
Simply brilliant! Easy to understand solution. Clean code style: 10/10
Very clever. So many higher-order abstractions.
Even though this is pure functional style, I find it a bit hard to follow.
Personally am a big fan of "functional light" sprinkled here and there.
This is hardcore level functional programming.
Try/catch is generally an anti-pattern for this type of functions.
Whoah this is several layers amazing!
Amazing solution! I was hoping to write something like this but couldn't. Well done :)
Useful to know. Thanks for clarifying the meaning of this RegEx.
Loading more items...