520
|
1 |
\documentclass{article}
|
|
2 |
\usepackage{../style}
|
|
3 |
\usepackage{array}
|
|
4 |
|
|
5 |
|
|
6 |
\begin{document}
|
|
7 |
\newcolumntype{C}[1]{>{\centering}m{#1}}
|
|
8 |
|
|
9 |
\section*{Coursework 7CCSMSEN}
|
|
10 |
|
|
11 |
This coursework is worth 4\% and is due on 19 October at
|
|
12 |
16:00. You are asked to implement a regular expression matcher
|
|
13 |
and submit a document containing the answers for the questions
|
|
14 |
below. You can do the implementation in any programming
|
|
15 |
language you like, but you need to submit the source code with
|
|
16 |
which you answered the questions, otherwise a mark of 0\% will
|
|
17 |
be awarded. You can submit your answers in a txt-file or pdf.
|
|
18 |
Code send as code.
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
\subsubsection*{Disclaimer}
|
|
23 |
|
|
24 |
It should be understood that the work you submit represents
|
|
25 |
your own effort. You have not copied from anyone else. An
|
|
26 |
exception is the Scala code I showed during the lectures or
|
|
27 |
uploaded to KEATS, which you can freely use.\bigskip
|
|
28 |
|
|
29 |
|
|
30 |
\subsection*{Task}
|
|
31 |
|
|
32 |
|
|
33 |
|
|
34 |
\end{document}
|
|
35 |
|
|
36 |
%%% Local Variables:
|
|
37 |
%%% mode: latex
|
|
38 |
%%% TeX-master: t
|
|
39 |
%%% End:
|