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.
Be aware that the stack space here can become huge for bigints. It's a better practice to use tail recursion for constant stack space.
The solution here is simple, but these test cases test the side effects of this function and not an actual return value, how you'd expect in a proper test scenario.
I'm not sure how to manipulate the global values from the test case in python.
This comment is hidden because it contains spoiler information about the solution
Imagine someone is having two last names like it's normal in hispanic cultures. The code only works within the limitations of the exercise requirements.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'd not approve the code review though ;)
Just realised that the lower_chars list is completly unnecessary. I could have iterated through ascii_lowercase directly.
1337
cleanest solution