--- a/cws/cw03.tex Sat Nov 02 15:11:30 2019 +0000
+++ b/cws/cw03.tex Sat Nov 02 19:07:19 2019 +0000
@@ -18,7 +18,7 @@
\mbox{}\\[-18mm]\mbox{}
-\section*{Coursework 8 (Scala)}
+\section*{Part 8 (Scala)}
\mbox{}\hfill\textit{``The problem with object-oriented languages is they’ve got all this implicit,}\\
\mbox{}\hfill\textit{environment that they carry around with them. You wanted a banana but}\\
@@ -26,7 +26,7 @@
\mbox{}\hfill\textit{ --- Joe Armstrong (creator of the Erlang programming language)}\medskip\bigskip
\noindent
-This coursework is about searching and backtracking. You are asked to
+This part is about searching and backtracking. You are asked to
implement Scala programs that solve various versions of the
\textit{Knight's Tour Problem} on a chessboard. The preliminary part is
due on \cwEIGHT{} at 4pm; the core part is due on \cwEIGHTa{} at 4pm.
@@ -159,7 +159,7 @@
\subsection*{Reference Implementation}
-This Scala assignment comes with three reference implementations in form of
+This Scala part comes with three reference implementations in form of
\texttt{jar}-files. This allows you to run any test cases on your own
computer. For example you can call Scala on the command line with the
option \texttt{-cp knight1.jar} and then query any function from the