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.
Straightforward solution. But it doesn't checks the value range?..
I would love to know the process behind this. Both binary and Euclidean were to slow for this kata. I'm really curious where this solution comes from mathematically.
Wow! This one is what I was looking for. Simple and elegant. But my brains didn't even turn into this direction.
Any chance you can go over your thinking process into figuring this out? Is it something math knowing people know?
No,
If you multiply 0 to any number it will become 0, so no error
if the valor of variables is 0 would throw error.
what does [node] expression mean?