[NSWI131] Points for Lab Assignment 1

Petr Tůma petr.tuma at d3s.mff.cuni.cz
Sun Mar 22 15:41:20 CET 2020


Hi,

your GitLab repositories for the first lab assignment (sorting and timers) should now contain a GRADING.md file with points and sometimes few additional notes. Please let me know if there is any issue.

A general conclusion from your results is: do not bother measuring time on Windows :-) for example, this is what people saw when calling `time.time_ns` repeatedly:

1583087561717640500
1583087561717640500
1583087561718640200
1583087561718640200
1583087561718640200
1583087561718640200
...

The same code on Linux gives this:

1584887950673538872
1584887950673539007
1584887950673539138
1584887950673539272
1584887950673539407
1584887950673539539
...

Petr


More information about the NSWI131 mailing list