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.
python new test frameworks + random tests
Quite a nice coding challenge on dynamic programming.
Python
No random tests
New test framework should be used
The range for
m
should also be givenOne note about the description. What is the range of n?
There are two statements about n within the description.
One saying:
You can assume that the range of n will be [1, 50]
And one saying
0 < n < 50
Both statements are not the same, since one includes the 50 and one does not.
Python function names should be in snake_case, only in lowercase.
So
Guess_it
should be renamedguess_it
.Grear Kata!!! twas relaxing
lovely Kata!!!