Tools
- Calibration tool. Please find a calibration tool that you may use to estimate the running time your code will be given per instance. Running this tool on your computer yields a number: a factor. Multiplying the number of seconds that your code may use by this factor yields the number of seconds that your code may run on your computer. Example: the factor is 0.543 and you may use 10 seconds for a given instance. Then running your code on that instance on your computer should not exceed 5.43 seconds.