Software construction
CS-214
Exam announcements mirrorpairs If your solution ca...
This page is part of the content downloaded from Exam announcements mirrorpairs If your solution ca... on Sunday, 25 January 2026, 01:40. Note that some content and any files larger than 50 MB are not downloaded.
Description
Exam announcements
mirrorpairs
If your solution causes timeouts, the Moodle autograder may ignore some passing tests and report incorrectly low scores (e.g. 3/15 for a solution that should have scored 8/15). We will fix incorrect scores by re-grading these solutions after the exam. Do not wait for the grader: keep working on the exam.
klotski
In Klotski, the fourth move given in the example should have a -1, not a +1:
List(
KlotskiMove(Coord(0, -1), green),
KlotskiMove(Coord(-1, 0), red),
KlotskiMove(Coord(0, 1), purple),
KlotskiMove(Coord(0, -1), cyan),
KlotskiMove(Coord(1, 0), cyan),
)
events
Missing "no" in the note regarding infinite event lists:
Note that the list may be infinite if the event's recurrence has no stopAfter time.