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
Thanks for the observation. Fixed!!
Hi @thomaslima. Thanks for your time solving the kata and for the feedback. After work I'll check the issue you pointed out. Thanks.
I'd like to point out that the description states that m1 < m2 < m3 etc. But it is not true, as seen in the test cases. The description should be changed to m1 <= m2 <= m3...
Best.