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.
Where?
Why in the first case
sun
comes beboresat
and in the second casesat
comes beforesun
?This example is from the description:
If we are supposed to put "close" days first, then why is the output "mon, thu and Fri" but not "thu, fri and mon"?
Borrowed this example from anter69:
I think this case needs more clarification.
There are two pairs of "close" days. So what makes the answer "sat, sun, wed and thu" but not "wed, thu, sat and sun"?
added in description
You could now remove all other random tests, as they are redundant
Minor question: why 448 tests, when only 127 combinations? :-)
This is still there:
Inconsistent results:
fixed the description
removed
test case added
add the statement in instruction
Why?
As there is a limited number of possible inputs (127), all of them should be tested, in random order - that should replace the current random tests
Description:
Sample tests:
#1:
vs
Either fix the description ("at least 3 consecutive days") or fix the example ("sun to mon and wed")
#2:
vs
Loading more items...