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.
I am so dumb... figured it out. :)
Well I see no internal logging after that point, so I have no idea what that might be. :)
Cheers and thanks for the time.
Yeah, pretty sure, the next test is a little tricky and that one expects
true
.Are you sure? The last thing I am logging as input, before the Expected:true is:
After the
Expected: true
I have no logs from my program.The test with that input expects
false
in C++, the next test expectstrue
.I seem to have the opposite problem with the multiplicity test cases:
a = {2,2,3};
b = {4,9,9};
Expected: true
Actual: 0
Why is this expected true?