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 example in the description is not very clear, it is better to write it somehow, separating the first elements like this:
S1; (S1, S2); 9
S2; (S1, S3); 10
S3; (S4, S3); 8
S4; (S4, S1); 0
Ruby 3.0 should be enabled, read this to learn how to do it
Please organize the structure of test fixture as following (although it has been mentioned in the attached link, I'm repeated here again)
There are negative numbers in the tests.
Or it's "what we want to do" rather than what we really do...
A cursory search reveals at least 3 duplicates:
At least do a bare minimum search before throwing another onto the pile.
The kata should also mention that we need to handle duplicates.
It isn't mentioned anywhere except sometimes appearing in random tests.