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.
Merged.
C Fork
addresses this and other testing concerns
Actual and expected are switched in assertion messages in C.
Oh, found my error and sorted it out! Thanks for the help
Oh, understood, so the message should actually be saying that it expected true, but my function returned false?
your solution is wrong, and so is the failure message. someone messed up the failure message in C
I think that I am having some issues with some test cases that I believe should be true, but are listed as false?
for input "nsnsnsnsns"
Expected: false ; Submitted: true
for input "snssnnnssn"
Expected: false ; Submitted: true
for input "eeeeewwwww"
Expected: false ; Submitted: true
I think all of these cases should take 10 minute AND return you back to your starting point or am I mistaken?