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.
#offtop
How did you create katas with code length limit or import disabling? I really wonder, how, because I wanna learn creating katas like this
So, this problem actually easy for 5 kyu. But if you tried to solve this
O(N)
and no extra memory, it feels like 5 kyu.This comment is hidden because it contains spoiler information about the solution
413/414, attempted like 20 more times and by sheer luck it made it through.
411 / 414
jnz
just jumps to instruction, ifvalue != 0
and after that program continues.in result we should return
{"a": 1, "b": 8}
Great kata, and I'm glad, that my solution can work with really huge numbers, f.e 10^43. Thx!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
How it works?
I think you can represent python code in js :)
This comment is hidden because it contains spoiler information about the solution
I think it would be good to have a worked example. I tried reasoning out the problem but I still can't figure out how the closer/further info affects the range. I do not even know what a "diapason" is.
fixed this problem by float numbers (now 1601.5 - 1467 = 134.5, 1736 - 1601.5 = 134.5 -> equal, in this way closer or further have no sense)
thx for advice, fixed
Loading more items...