Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
project-2-draft [2021/05/16 21:46] roxana_elena.stiuca [Grades Table] |
project-2-draft [2021/05/16 21:53] (current) roxana_elena.stiuca [Typos (0.5p)] |
||
---|---|---|---|
Line 28: | Line 28: | ||
=== Timeout === | === Timeout === | ||
- | For this task, we will set a timeout of TBA s (//suggestion: 1 min?//). Your implementation must succeed in that time in order to receive the points. | + | For this task, we will set a timeout of 30 seconds. Your implementation must succeed in that time in order to receive the points. |
The most time consuming process should be calculating the distance between each value from T and each value from Ref. We suggest **Lazy Dynamic Programming**. | The most time consuming process should be calculating the distance between each value from T and each value from Ref. We suggest **Lazy Dynamic Programming**. | ||