I assume every of the test sandboxes are having the same timeout value which is 6 seconds.
This is from the docs of .Net environment:
"The sandbox environment will timeout the code within 6 seconds. In the future, as Codewars expands its abilities, this limitation may be increased in order to handle more complex kata/code challenges."
Why is it false?
This comment is hidden because it contains spoiler information about the solution
C# as well. Just return with an array with 0.
I assume every of the test sandboxes are having the same timeout value which is 6 seconds.
This is from the docs of .Net environment:
"The sandbox environment will timeout the code within 6 seconds. In the future, as Codewars expands its abilities, this limitation may be increased in order to handle more complex kata/code challenges."