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.
C#: There is a corner case that sometimes shows up in the random tests, but not always. It happens when one string has only irrelevant characters. Like "(-". Would be nice if such a case could show up every time, so wrong solutions won't accidentally pass.
Should test for ignoring underscores.
This comment is hidden because it contains spoiler information about the solution
There are some edge cases that the random test would sometimes trip, but the regular test cases wouldn't. I was trying to debug exactly what it was with the console, but I can't see my console ouput...
Tests should not be random, there is missing rPAREN at the end of sample tests
The last test misses a ")" at the end of the line
Its missing ')' in the last test case...
Last test case is missing closing parentheses. Otherwise, nice kata
The test has a syntax error in it: the last line misses the ')' at the end of it
There is an issue with the test specs. The fourth test has a missing closing bracket ")" at the end.
The submission test has an error that is not properly covered in the test cases, so there's no way of knowing what's actually not working properly.
I can run tests fine, but i cannot submit
Add a performance test
This comment is hidden because it contains spoiler information about the solution
Test description does not accurately describe required outcomes. All tests pass on the test suite, but I cannot submit.
Loading more items...