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.
nice clean algorithmic solution, I would have liked to do it this way but ended up resorting to using itertools
Could there be some way to integrate Gitlab (or bitbucket even) to profile similar to github, or at least a field to add it to profile?
concise but relatively clear solution, i like the bit you did in the return stmt, never would have thought to do that :)
can barely understand whats going on here but it looks cool, nice functional solution
noprob, seeing good solutions like that from more experienced users is very helpful! so thank you!
good solution w/ good use of objects to organize stuff
nice clean and concise solution, makes full use of newer syntax
nice clean recursive solution
nice OO solution
nice functional solution
very clean
ah good use of modulo on the snd2time(), better than a while loop ;)
This comment is hidden because it contains spoiler information about the solution
this is so clean and tight, nice to see how to properly do it after making a mess of it and "cheating" by avoiding regexp :)