cws/main_cw04.tex
changeset 379 73ad2e018516
parent 378 efc6a287c369
child 397 9755af1d74df
equal deleted inserted replaced
378:efc6a287c369 379:73ad2e018516
     4 \usepackage[LSBC4,T1]{fontenc}
     4 \usepackage[LSBC4,T1]{fontenc}
     5 \let\clipbox\relax
     5 \let\clipbox\relax
     6 \usepackage{../style}
     6 \usepackage{../style}
     7 \usepackage{../langs}
     7 \usepackage{../langs}
     8 \usepackage{disclaimer}
     8 \usepackage{disclaimer}
       
     9 \usepackage{ulem}
     9 
    10 
    10 \begin{document}
    11 \begin{document}
    11 
    12 
    12 \setchessboard{smallboard,
    13 \setchessboard{smallboard,
    13                zero,
    14                zero,
    27 
    28 
    28 \noindent
    29 \noindent
    29 This part is about searching and backtracking. You are asked to
    30 This part is about searching and backtracking. You are asked to
    30 implement Scala programs that solve various versions of the
    31 implement Scala programs that solve various versions of the
    31 \textit{Knight's Tour Problem} on a chessboard. The preliminary part (4\%) is
    32 \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.
    33 due on  \sout{\cwNINE{}} \textcolor{red}{16 December} 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 Any 1\% you achieve in the preliminary part counts as your ``weekly engagement''.
    34 \bigskip 
    35 \bigskip 
    35 %Note the core, more advanced, part might include material you have not
    36 %Note the core, more advanced, part might include material you have not
    36 %yet seen in the first three lectures. \bigskip
    37 %yet seen in the first three lectures. \bigskip
    37 
    38