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.
@RevelcoS do we need to add loop inside another loop? This solution doesn't work for numbers >10^6. May be one loop? In this case I can't create a solution
can you explain me please, what is the formula? If we don't need special even numbers handler, I have just
return Number.isInteger((num - 1) / 4);
and it's doesn't workHi!
I can't solve this cata bacause of "Execution Timed Out".
Give me an advice please, how to handle even numbers? Should I decompose even numbers to prime factors? I saw Numberphile's video, but didn't get it.
Thanks
Tell me please, how to solve this kata without prototypes? Using only classes.
Why do you write 'arr' in arguments of function when It's a string?!
Worst kata ever.
I thing, you should add tag 'Object-oriented Programming' to this kata
This comment is hidden because it contains spoiler information about the solution
Very difficult task. It's not 6 kyu, but 3 or 4.
This comment is hidden because it contains spoiler information about the solution