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
Found It! Thanks :)
Hey sorry if this is a noob question but how do I access the prloaded Nato dictionary in python?
Nice Kata! Learnt a lot abut regular expressions! :)
According to the algortihm 10000123+ should evaluate to 5 right? Am I missing something?
I cannot pass one test case in Python. How does 10000123+ evaluate to 10123? Can anyone help?
Oh wow. My solution feels so stupid now xD
You do know that using the "in" operator has a compexity of O(n) too right? The time complexity of your code is basically the same as OP.
Great use of the range function. Creating a range function is O(n) right?
Nice one. My solution looks stupid now :P
You do know that you are using the same nested loops in your solution as well?
This comment is hidden because it contains spoiler information about the solution
Nice solution!
Hellyeah I came up with the exact same solution! Cheers !
Same solution :P
Loading more items...