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.
I think we do. modifying the input is bad practice and the input might not even support that remove operation. Like all List of implementations.
Times out for me
Yes, that isn't defined, unfortunately
This comment is hidden because it contains spoiler information about the solution
It is. Description says: Assume the second parameter will be a string holding one of two values: 'value' and 'index'.
So we don't have to consider other cases. That behaviour is undefined, we can return whatever.
It doesn't, because the input string is thread safe and we don't use member variables.
This comment is hidden because it contains spoiler information about the solution
Why do you always use Interfaces instead of classes?
This comment is hidden because it contains spoiler information about the solution
touche
This comment is hidden because it contains spoiler information about the solution
Deep down each char is a number. Or I could cay has int value attached.
Oh, I didn't know about the difference. Thanks for that.
Nice idea. I modified it a bit.
The last step could be simplified by leftShoes.equals(rightShoes)
This comment is hidden because it contains spoiler information about the solution
Loading more items...