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 doesn't for current Python version
A hint for other people (like me) that have no idea how to go about it: solutions of this kata use Proxy or Object.defineProperty
hahaha
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I used division operator and tests failed for big numbers. I don't understand why
This one took me a lot of time..
This should be more clear in the description
If you take N and come back S same way back then E and come back W same way, you'll finish at the same point. But if you go N=6, W=8, S=3, E=1 you'll end not in 0,0 (start point) but at 3,7.
Imagine labirynth, where corridors aren't the same length.
The same as it was, minus the reduced directions.
If the path is important, order matters.
Please, improve task description. What should be the order of strings in returned array?
The description is too long and after reading it I don't understand how to count the points for string.
Well the answer is in your question.
b stands for binary. You can get octal or hexa by using o or x.
Look up python string formating.
What the b stands for? How it can represent the binnary?
Loading more items...