coursework/cw01.tex
author Christian Urban <urbanc@in.tum.de>
Sat, 23 Sep 2017 14:19:09 +0100
changeset 520 bd25d9f9d9dc
child 521 34775227c84f
permissions -rw-r--r--
updated

\documentclass{article}
\usepackage{../style}
\usepackage{array}


\begin{document}
\newcolumntype{C}[1]{>{\centering}m{#1}}

\section*{Coursework 7CCSMSEN}

This coursework is worth 4\% and is due on 19 October at
16:00. You are asked to implement a regular expression matcher
and submit a document containing the answers for the questions
below. You can do the implementation in any programming
language you like, but you need to submit the source code with
which you answered the questions, otherwise a mark of 0\% will
be awarded. You can submit your answers in a txt-file or pdf.
Code send as code.



\subsubsection*{Disclaimer}

It should be understood that the work you submit represents
your own effort. You have not copied from anyone else. An
exception is the Scala code I showed during the lectures or
uploaded to KEATS, which you can freely use.\bigskip


\subsection*{Task}



\end{document}

%%% Local Variables: 
%%% mode: latex
%%% TeX-master: t
%%% End: