This comment is hidden because it contains spoiler information about the solution
Your algorithm is bad. With x and y being as big as few thousand, you may have to do around 1,000,000 iterations. Multiply this by 100 random tests and...
x
y
.
Most probably endless loop in your code.
Issue is kata-related, use question tag if you require help.
Issue
question
Loading collection data...
This comment is hidden because it contains spoiler information about the solution
Your algorithm is bad. With
x
andy
being as big as few thousand, you may have to do around 1,000,000 iterations. Multiply this by 100 random tests and....
Most probably endless loop in your code.
Issue
is kata-related, usequestion
tag if you require help.