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 have the same issue, can anyone help?
Edit - I figured it out, you need to make sure your counter variable is of type Long
Same in R, if I'm not mistaken.
It's a mountainous region so there are height differences. Going north and then west might take you to a steeper part of the mountain and then when going south the height where you are must be lower than at your starting position. This is because the rate of change for your coordinates is different depending on your location. Your position probably can be thought to be a function f(x, y, z) and the rate of change as the partial derivative of f depending on which directions you examine.
My scala code passes all the tests expect when n=100000 since answer is too large to be displayed as an integer. Can someone explain how you're supposed to return an integer that is too large to be returned?
Duplicate issue
The description asks to return false when s is empty but in the tests "" is the required return value