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.
I agree that it's optimal to stop searching immediately when the outlier is found rather than processing the entire list.
Are you doing that?
I would say yes.
I see that you are struggling to write effective random test cases for your Kata which is completely normal for a user new to authoring Kata. Perhaps you would want to take a look at this guide for writing effective random tests.
Hope this helps :D
This comment is hidden because it contains spoiler information about the solution