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.
Random tests in Python don't satisfy the requirement for the limit.
For example:
limit = 6,
numbers = [9215, 6629, 7139],
base list = [9, 6, 2, 1, 5] - this is smaller than limit=6.
fixed, thanks for your report
There are issue in C random tests.
Message: "(-702 / 541) < (-766 / -555) should be false, but got true" or "(744 / -591) < (751 / 695) should be false, but got true".
I think it should be true.