Assignment graders (optional)ΒΆ

Independent "final graders" for each optional function

Students can implement as many optional functions as they wish; the grading process is independent for each function. Optional function graders do not rely on one another, and final points on each are immediately available.

To receive full points, a student must meet the following criteria:

Applies to all optional functions

  • pass functionality tests, pass: +25p, fail: stops running
  • pass integration tests; pass: +25p, fail: stops running

Perftests progress N-by-N and from simpler functions to more complex:

  • route_shortest_distance()
  • route_least_crossroads()
  • route_with_cycle()
  • trim_ways()

Fail in Valgrind halves the points!