more_tests

  • Added more tests in `testMoreFullInteger.cpp` for 10 points of correctness
  • Added efficiency tests in testEfficiencyFullInteger.cpp for 10 points of efficiency.
    • logarithmic score curve ~100 ms is 10/10 and ~30000 ms is 1/10, looked at medium sample of students and benchmarked them on this code to brainstorm what a fair score curve would look like
  • Kept benchmark as last -- pass benchmark = 10/10. otherwise 0/10.

Merge request reports

Loading