😱
What about if the favorite color changes?
This solution blow my mind. 🤘
There is a bug in this kata. When I ran the simple tests, this test failed
Test.assertEquals(validParentheses( "())(" ), true);
... but I when clicked the submit final button all tests passed
Thank you very much for this kata. I learned a lot.
How I can optimize it?
This comment is hidden because it contains spoiler information about the solution
Nice! The existence of ' x 'or ' o ' has not occurred to me put it in the return.
Loading collection data...
😱
What about if the favorite color changes?
This solution blow my mind. 🤘
There is a bug in this kata.
When I ran the simple tests, this test failed
Test.assertEquals(validParentheses( "())(" ), true);
... but I when clicked the submit final button all tests passed
Thank you very much for this kata.
I learned a lot.
How I can optimize it?
This comment is hidden because it contains spoiler information about the solution
Nice!
The existence of ' x 'or ' o ' has not occurred to me put it in the return.