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.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
If you are curious, compare this to my solution.
thing to note is that value is a keyword, so I often try to avoid using it
another option is to just return rather than keeping a character result value :)
This isn't always true
solution('abcc', 'bc') shoud return false, but will return true with your solution
A test scenario should be added for c# for this case
c# still is not able to be completed because of rounding
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
good, using linq :)
This comment is hidden because it contains spoiler information about the solution
You can click "View Solution" to see what I did
This is an issue for c#, I checked and it isn't for java. I believe just c# needs to be fixed.
Look at my solution... yeah, this does compile and passes the final check. I think what they wanted was what I did. I know, silly.
This comment is hidden because it contains spoiler information about the solution
Loading more items...