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.
.
Approved by someone.
Approved
python new test framework is required. updated in this fork
Python fork with updated test framework and some other improvements (random test generation altered, needs review)
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
the tests are correct. How do you expect anyone to trust your judgment here when you don't provide the input to actually prove your point? ;)
This might help: https://docs.codewars.com/training/troubleshooting/
Cheers
('Unlocked', 0, ['Locked', 'Unlocked', 'Unlocked', 'Unlocked', 'Locked', 'Unlocked', 'Locked', 'Locked', 'Locked', 'Unlocked']) should equal ('Unlocked', 1, ['Locked', 'Unlocked', 'Unlocked', 'Unlocked', 'Locked', 'Unlocked', 'Locked', 'Locked', 'Locked', 'Unlocked'])
How should output value equal 1.It should be zero.There are two test cases, I think like this which are wrong.
Great kata .. mind twister !
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)
Unpublishing as a close duplicate of https://www.codewars.com/kata/55606aeebf1f0305f900006f
C18 should be enabled.
Loading more items...