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
For a list of size n make a function (with a specific purpose) that finishes its task in time complexity less then n²?
In a first instance, TESTed will probably estimate the time and/or memory complexity for submissions (and report this result), as we already experimented with this in the past.
Actually setting the required time and/or memory complexity is much more difficult, as you need some degree of certainty that our estimation is correct (which is a difficult thing to do).
(Note that this is a long-term research goal, so this won't be available any time soon.)
In the mean time, the best solution is to set a stricter time limit for the exercise.
TESTed could do complexity (time and memory) measures (per context).
Extracted from #40.
The text was updated successfully, but these errors were encountered: