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
I think this is more parametric than others.
I wrote the same code, it crashed.. :(
useless
:O
Code is readable and clear. Also best practice
This problem is not well described. I do not understand.
Why you control s.length == 1 after s.length % 2 == 0 ?
The best practice is to control s.length == 1 before modular controls.
In this solution, like a programmer, i do not understand this code when i read. Of course it is a simple code but think it will be a complex code. Using Math.Abs() method, i can understand that the code is calculating absolute value of elements.
Bad explaination!
You use linq and you write thousands of code :D
This comment is hidden because it contains spoiler information about the solution
no need for after dot. google.com or google.fr .. You can just do url.split('.')[0]; this will delete all chars after '.'
if(tmpWord != "") i do not understand this command. How it is catch if string is last word?
It is a good solution without insert any 3rd library.