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.
Testing for "..................m...CD" and 3: expected 'Caught!' to equal 'Escaped!'. Still wrong in Typescript
What about diagonals? I am afraid I do not understand the question.
how about diagonals
Same thing
That's really confusing 1 cannot be "-" because there is no way to transmit ".". 111 can be both "." and "-";
Need more examples for even heights.
Oh, you are right. I was looking for optimized solutions and found yours.
There are 6 strings in your case.
This won't work for
assertEquals(true, new Solution().checkThreeAndTwo(new char[] { 'a', 'a', 'a', 'b', 'b', 'c'}));
Please read the description again and follow these steps:
You can't skip the first two steps.
Why does the example testcase assign 10 to apple. Why doesn't it point to pineapple?