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.
Today got this issue in Java. However, when I attempt someone else's solution there are only 8 test inputs in "testValid()" method. Is it possible that test cases differ for different solutions? Or am I missing something here?
P.S. Yes, my solution is a dumb one, but don't be too severe - I am new to programming :)
I'm not sure what you are referring to. I assume this is in JavaScript, since that's the solution I see. I don't see a test cases that looks like that—all the test cases on JavaScript are correct. (This is not a new Kata, it's been passed many times.)
If this is a different language, please let us know.
You can to add simple test case "()(" - is invalid, for C++. Without it, I committed invalid solution. =)
This comment is hidden because it contains spoiler information about the solution