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.
Got it, I like the variable names in your solution, very authentic
I'm getting a "Description cannot be approved, recent changes from related record must be merged first."
thanks
O(n*m) time complexity
solution is O(n*k)
clever use of enumerate
Beautiful Solution!
Yes lol I am not just printing my result. I've tried to return the answer for a test case (which should pass that test and fail all the others) but instead I just get this error for every problem.
Also I haven't attempted the kata yet, I don't usually attempt until I pass all test cases.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Thank you for your translation and for cleaning up the python tests.
Would be quicker if you used .format() or an fstring instead of adding together two strings.
Couldn't you write the whole regex as
^(\d{1,3}\.){4}$
This comment is hidden because it contains spoiler information about the solution
Loading more items...