You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@oliverjensen-wk thanks for reaching out! There is a time limitation for security reason which is 2.5 seconds so you need to optimize your code for this problem, sorry about that :(
In the tiny-maze problem, I'm getting a code timeout that I don't understand. My submission fails the second test (4x4 maze) with the following error:
Execution Time Out! Your code execution time took more than 2.5 seconds.
However, executing the identical test in a local REPL returns instantly. In don't understand where the extra delay is coming from.
For reference, my code is as follows:
The text was updated successfully, but these errors were encountered: