author | Christian Urban <christian dot urban at kcl dot ac dot uk> |
Sat, 05 Nov 2016 18:07:21 +0000 | |
changeset 9 | 48a477fdef21 |
parent 6 | aae256985251 |
child 11 | 417869f65585 |
permissions | -rw-r--r-- |
6 | 1 |
\documentclass{article} |
2 |
\usepackage{style} |
|
3 |
%%\usepackage{../langs} |
|
4 |
||
5 |
\begin{document} |
|
6 |
||
9
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
7 |
\section*{Coursework 6 (Scala)} |
6 | 8 |
|
9
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
9 |
This coursework is about Scala and is worth 10\%. The first part is |
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
10 |
due on 16 November at 11:00, and the second part on 23 November. You |
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
11 |
are asked to implement a three programs about list manipulations and |
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
12 |
recursion. |
6 | 13 |
|
14 |
\subsubsection*{Disclaimer} |
|
15 |
||
16 |
It should be understood that the work you submit represents |
|
17 |
your own effort. You have not copied from anyone else. An |
|
18 |
exception is the Scala code I showed during the lectures or |
|
19 |
uploaded to KEATS, which you can freely use.\bigskip |
|
20 |
||
21 |
||
9
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
22 |
\subsubsection*{Part 1 (3 Marks)} |
6 | 23 |
|
9
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
24 |
\subsubsection*{Part 2 (3 Marks)} |
6 | 25 |
|
9
48a477fdef21
updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
6
diff
changeset
|
26 |
\subsubsection*{Part 3 (4 Marks)} |
6 | 27 |
|
28 |
\end{document} |
|
29 |
||
30 |
%%% Local Variables: |
|
31 |
%%% mode: latex |
|
32 |
%%% TeX-master: t |
|
33 |
%%% End: |