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.
The bit rate has no importance. And yes, you can perform many kinds of statistics...
bool
inheritsint
. There is no implicit type conversion in python.The only justification for this is that it is O(1) in memory which is good for large arrays
Might aswell have a little fun doing it
How can we make our program better? We do many tests and change it to get the correct result. Of course, we know all the input data and according to it change our code. How can I improve my code for solving this kata? I passed all the long tests (long sentences). It means, that my code is useful for any real situation. But I can not solve other small tests. I am disappointed...
This comment is hidden because it contains spoiler information about the solution
Be carefull about python implicit type conversions and you'll be fine.