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.
ohhh, thanks. I didn't read that part. I'm YGO player.
@hobovsky
thanks for the report, fixed too
What about the test which sends
[ "" ]
as input? Is an empty string a valid direction?.
.
duplicate of this issue
here is a proposed fix
proposed fix
Java fork
From the description:
it returns this ['W', 'W', 'W', 'W', 'W', 'W', 'W', 'N'] should equal ['N', 'W', 'W', 'W', 'W', 'W', 'W', 'W'] randomly like an error, even when both solutions are correct.
Now I have to figure out how to make my code adapt to the order of those random text 😐.
done by OP
Approved
python new test framework is required. updated in this fork
Python:
The example tests and test suite aren't using the test framework, missing the imports (user's solution + framework).
C#: method name should be
PascalCase
(Please refer to implementation of backward compatibility here )Loading more items...