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
Please review the test cases. My solution randomly passed, not considering the shortest word.
Really good Kata. Clear rules.
Thank you!
Amazing solution to learn how to apply multiple conditions in one regex. Respect.
Nice Kata. Many opportunities to try language features.
Wow. Doing all with bit operations instead of strings. Really nice == clever.
Nice solution. We can skip the +1 as the last number is always in the array.
(I saw this in another solution ... and yes, it made total sense.)
Smart solution. I did not think of this ... I am still too fast on "pythonic" code, using it's language features rather than find a near optimal solution.
Yes, one can skip the +1. Well done.
Easy to read. Nice logic.
Similar to benjaminzwhite ... I could not see a solution ... until ... I was sitting in a sauna, relaxing my brain. There I solved it ... virtually, and soon after on the computer. THANK YOU!
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 is it better?
It's a great solution for what "batteries included" means in Python.
Loading more items...