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.
Thanks
Approved.
C# translation
Yep, thanks.
i think i've fixed it, can you check
Description says that the input will contain a list of at least 4 elements, but we get tests such as
lst = [0.65, 0.74] [0.74, 0.65] should equal []
.Indeed, I misunderstood the task, thanks. =)
Check the description. What is supposed to be returned when the length of the array is odd?
This comment is hidden because it contains spoiler information about the solution
approved
random tests are attackable
python new test framework is required. updated in this fork
approved
[[1, 1], [0, 1], [0, 1], [0, 0]]
is definitely incorrect.Loading more items...