equal
deleted
inserted
replaced
27 |
27 |
28 \noindent |
28 \noindent |
29 This part is about searching and backtracking. You are asked to |
29 This part is about searching and backtracking. You are asked to |
30 implement Scala programs that solve various versions of the |
30 implement Scala programs that solve various versions of the |
31 \textit{Knight's Tour Problem} on a chessboard. The preliminary part (4\%) is |
31 \textit{Knight's Tour Problem} on a chessboard. The preliminary part (4\%) is |
32 due on \cwNINE{} at 5pm; the core part (6\%) is due on \cwNINEa{} at 5pm.\bigskip |
32 due on \cwNINE{} at 5pm; the core part (6\%) is due on \cwNINEa{} at 5pm. |
|
33 Any 1\% you achieve in the preliminary part counts as your ``weekly engagement''. |
|
34 \bigskip |
33 %Note the core, more advanced, part might include material you have not |
35 %Note the core, more advanced, part might include material you have not |
34 %yet seen in the first three lectures. \bigskip |
36 %yet seen in the first three lectures. \bigskip |
35 |
37 |
36 \IMPORTANTNONE{} |
38 \IMPORTANTNONE{} |
37 |
39 |