cws/cw03.tex
author Christian Urban <urbanc@in.tum.de>
Fri, 24 Nov 2017 03:10:23 +0000
changeset 155 371acb50643d
parent 154 39c6b93718f0
child 156 cc6d036401f4
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
\documentclass{article}
62
2151c77e1e24 updated
Christian Urban <urbanc@in.tum.de>
parents: 6
diff changeset
     2
\usepackage{../style}
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
     3
\usepackage{../langs}
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
     4
\usepackage{tikz}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
     5
\usepackage{pgf}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
     6
\usepackage{pgfplots}
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
     7
\usepackage{stackengine}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
     8
%%\usepackage{accents}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
     9
\newcommand\barbelow[1]{\stackunder[1.2pt]{#1}{\raisebox{-4mm}{\boldmath$\uparrow$}}}
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    10
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    11
\begin{filecontents}{re-python2.data}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    12
1 0.033
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    13
5 0.036
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    14
10 0.034
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    15
15 0.036
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    16
18 0.059
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    17
19 0.084
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    18
20 0.141
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    19
21 0.248
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    20
22 0.485
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    21
23 0.878
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    22
24 1.71
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    23
25 3.40
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    24
26 7.08
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    25
27 14.12
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    26
28 26.69
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    27
\end{filecontents}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    28
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    29
\begin{filecontents}{re-java.data}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    30
5  0.00298
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    31
10  0.00418
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    32
15  0.00996
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    33
16  0.01710
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    34
17  0.03492
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    35
18  0.03303
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    36
19  0.05084
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    37
20  0.10177
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    38
21  0.19960
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    39
22  0.41159
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    40
23  0.82234
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    41
24  1.70251
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    42
25  3.36112
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    43
26  6.63998
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    44
27  13.35120
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    45
28  29.81185
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    46
\end{filecontents}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    47
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    48
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    49
\begin{document}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    50
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
    51
  
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
    52
\section*{Coursework 8 (Regular Expressions and Brainf***)}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    53
79
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
    54
This coursework is worth 10\%. It is about regular expressions,
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    55
pattern matching and an interpreter. The first part is due on 30
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    56
November at 11pm; the second, more advanced part, is due on 21
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    57
December at 11pm. In the first part, you are asked to implement a
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    58
regular expression matcher based on derivatives of regular
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    59
expressions. The reason is that regular expression matching in Java
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    60
can sometimes be extremely slow. The advanced part is about an
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
    61
interpreter for a very simple programming language.\bigskip
62
2151c77e1e24 updated
Christian Urban <urbanc@in.tum.de>
parents: 6
diff changeset
    62
2151c77e1e24 updated
Christian Urban <urbanc@in.tum.de>
parents: 6
diff changeset
    63
\noindent
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    64
\textbf{Important:}
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    65
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    66
\begin{itemize}
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    67
\item Make sure the files you submit can be processed by just calling\\
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    68
  \mbox{\texttt{scala <<filename.scala>>}} on the commandline. Use the
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    69
  template files provided and do not make any changes to arguments of
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    70
  functions or to any types. You are free to implement any auxiliary
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    71
  function you might need.
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    72
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    73
\item Do not use any mutable data structures in your
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    74
submissions! They are not needed. This means you cannot create new 
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    75
\texttt{Array}s or \texttt{ListBuffer}s, for example. 
86
f8a781322499 updated
Christian Urban <urbanc@in.tum.de>
parents: 79
diff changeset
    76
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    77
\item Do not use \texttt{return} in your code! It has a different
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    78
  meaning in Scala, than in Java.
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    79
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    80
\item Do not use \texttt{var}! This declares a mutable variable. Only
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    81
  use \texttt{val}!
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    82
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    83
\item Do not use any parallel collections! No \texttt{.par} therefore!
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    84
  Our testing and marking infrastructure is not set up for it.
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    85
\end{itemize}
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    86
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    87
\noindent
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    88
Also note that the running time of each part will be restricted to a
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
    89
maximum of 360 seconds on my laptop
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    90
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    91
110
62389faa66e4 updated
Christian Urban <urbanc@in.tum.de>
parents: 100
diff changeset
    92
\subsection*{Disclaimer}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    93
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    94
It should be understood that the work you submit represents
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
    95
your own effort! You have not copied from anyone else. An
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    96
exception is the Scala code I showed during the lectures or
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    97
uploaded to KEATS, which you can freely use.\bigskip
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    98
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
    99
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   100
\subsection*{Part 1 (6 Marks)}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   101
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   102
The task is to implement a regular expression matcher that is based on
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   103
derivatives of regular expressions. Most of the functions are defined by
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   104
recursion over regular expressions and can be elegantly implemented
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   105
using Scala's pattern-matching. The implementation should deal with the
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   106
following regular expressions, which have been predefined in the file
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   107
\texttt{re.scala}:
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   108
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   109
\begin{center}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   110
\begin{tabular}{lcll}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   111
  $r$ & $::=$ & $\ZERO$     & cannot match anything\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   112
      &   $|$ & $\ONE$      & can only match the empty string\\
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   113
      &   $|$ & $c$         & can match a character (in this case $c$)\\
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   114
      &   $|$ & $r_1 + r_2$ & can match a string either with $r_1$ or with $r_2$\\
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   115
  &   $|$ & $r_1\cdot r_2$ & can match the first part of a string with $r_1$ and\\
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   116
          &  & & then the second part with $r_2$\\
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   117
      &   $|$ & $r^*$       & can match zero or more times $r$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   118
\end{tabular}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   119
\end{center}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   120
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   121
\noindent 
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   122
Why? Knowing how to match regular expressions and strings will let you
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   123
solve a lot of problems that vex other humans. Regular expressions are
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   124
one of the fastest and simplest ways to match patterns in text, and
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   125
are endlessly useful for searching, editing and analysing data in all
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   126
sorts of places (for example analysing network traffic in order to
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   127
detect security breaches). However, you need to be fast, otherwise you
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   128
will stumble over problems such as recently reported at
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   129
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   130
{\small
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   131
\begin{itemize}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   132
\item[$\bullet$] \url{http://stackstatus.net/post/147710624694/outage-postmortem-july-20-2016}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   133
\item[$\bullet$] \url{https://vimeo.com/112065252}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   134
\item[$\bullet$] \url{http://davidvgalbraith.com/how-i-fixed-atom/}  
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   135
\end{itemize}}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   136
79
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   137
\subsubsection*{Tasks (file re.scala)}
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   138
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   139
\begin{itemize}
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   140
\item[(1a)] Implement a function, called \textit{nullable}, by
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   141
  recursion over regular expressions. This function tests whether a
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   142
  regular expression can match the empty string. This means given a
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   143
  regular expression it either returns true or false.
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   144
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   145
\begin{center}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   146
\begin{tabular}{lcl}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   147
$\textit{nullable}(\ZERO)$ & $\dn$ & $\textit{false}$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   148
$\textit{nullable}(\ONE)$  & $\dn$ & $\textit{true}$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   149
$\textit{nullable}(c)$     & $\dn$ & $\textit{false}$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   150
$\textit{nullable}(r_1 + r_2)$ & $\dn$ & $\textit{nullable}(r_1) \vee \textit{nullable}(r_2)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   151
$\textit{nullable}(r_1 \cdot r_2)$ & $\dn$ & $\textit{nullable}(r_1) \wedge \textit{nullable}(r_2)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   152
$\textit{nullable}(r^*)$ & $\dn$ & $\textit{true}$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   153
\end{tabular}
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   154
\end{center}\hfill[1 Mark]
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   155
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   156
\item[(1b)] Implement a function, called \textit{der}, by recursion over
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   157
  regular expressions. It takes a character and a regular expression
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   158
  as arguments and calculates the derivative regular expression according
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   159
  to the rules:
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   160
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   161
\begin{center}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   162
\begin{tabular}{lcl}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   163
$\textit{der}\;c\;(\ZERO)$ & $\dn$ & $\ZERO$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   164
$\textit{der}\;c\;(\ONE)$  & $\dn$ & $\ZERO$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   165
$\textit{der}\;c\;(d)$     & $\dn$ & $\textit{if}\; c = d\;\textit{then} \;\ONE \; \textit{else} \;\ZERO$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   166
$\textit{der}\;c\;(r_1 + r_2)$ & $\dn$ & $(\textit{der}\;c\;r_1) + (\textit{der}\;c\;r_2)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   167
$\textit{der}\;c\;(r_1 \cdot r_2)$ & $\dn$ & $\textit{if}\;\textit{nullable}(r_1)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   168
      & & $\textit{then}\;((\textit{der}\;c\;r_1)\cdot r_2) + (\textit{der}\;c\;r_2)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   169
      & & $\textit{else}\;(\textit{der}\;c\;r_1)\cdot r_2$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   170
$\textit{der}\;c\;(r^*)$ & $\dn$ & $(\textit{der}\;c\;r)\cdot (r^*)$\\
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   171
\end{tabular}
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   172
\end{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   173
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   174
For example given the regular expression $r = (a \cdot b) \cdot c$, the derivatives
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   175
w.r.t.~the characters $a$, $b$ and $c$ are
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   176
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   177
\begin{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   178
  \begin{tabular}{lcll}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   179
    $\textit{der}\;a\;r$ & $=$ & $(\ONE \cdot b)\cdot c$ & ($= r'$)\\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   180
    $\textit{der}\;b\;r$ & $=$ & $(\ZERO \cdot b)\cdot c$\\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   181
    $\textit{der}\;c\;r$ & $=$ & $(\ZERO \cdot b)\cdot c$
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   182
  \end{tabular}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   183
\end{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   184
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   185
Let $r'$ stand for the first derivative, then taking the derivatives of $r'$
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   186
w.r.t.~the characters $a$, $b$ and $c$ gives
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   187
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   188
\begin{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   189
  \begin{tabular}{lcll}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   190
    $\textit{der}\;a\;r'$ & $=$ & $((\ZERO \cdot b) + \ZERO)\cdot c$ \\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   191
    $\textit{der}\;b\;r'$ & $=$ & $((\ZERO \cdot b) + \ONE)\cdot c$ & ($= r''$)\\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   192
    $\textit{der}\;c\;r'$ & $=$ & $((\ZERO \cdot b) + \ZERO)\cdot c$
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   193
  \end{tabular}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   194
\end{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   195
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   196
One more example: Let $r''$ stand for the second derivative above,
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   197
then taking the derivatives of $r''$ w.r.t.~the characters $a$, $b$
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   198
and $c$ gives
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   199
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   200
\begin{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   201
  \begin{tabular}{lcll}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   202
    $\textit{der}\;a\;r''$ & $=$ & $((\ZERO \cdot b) + \ZERO) \cdot c + \ZERO$ \\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   203
    $\textit{der}\;b\;r''$ & $=$ & $((\ZERO \cdot b) + \ZERO) \cdot c + \ZERO$\\
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   204
    $\textit{der}\;c\;r''$ & $=$ & $((\ZERO \cdot b) + \ZERO) \cdot c + \ONE$ &
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   205
    (is $\textit{nullable}$)                      
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   206
  \end{tabular}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   207
\end{center}
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   208
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   209
Note, the last derivative can match the empty string, that is it is \textit{nullable}.\\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   210
\mbox{}\hfill\mbox{[1 Mark]}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   211
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   212
\item[(1c)] Implement the function \textit{simp}, which recursively
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   213
  traverses a regular expression from the inside to the outside, and
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   214
  on the way simplifies every regular expression on the left (see
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   215
  below) to the regular expression on the right, except it does not
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   216
  simplify inside ${}^*$-regular expressions.
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   217
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   218
  \begin{center}
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   219
\begin{tabular}{l@{\hspace{4mm}}c@{\hspace{4mm}}ll}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   220
$r \cdot \ZERO$ & $\mapsto$ & $\ZERO$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   221
$\ZERO \cdot r$ & $\mapsto$ & $\ZERO$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   222
$r \cdot \ONE$ & $\mapsto$ & $r$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   223
$\ONE \cdot r$ & $\mapsto$ & $r$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   224
$r + \ZERO$ & $\mapsto$ & $r$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   225
$\ZERO + r$ & $\mapsto$ & $r$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   226
$r + r$ & $\mapsto$ & $r$\\ 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   227
\end{tabular}
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   228
  \end{center}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   229
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   230
  For example the regular expression
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   231
  \[(r_1 + \ZERO) \cdot \ONE + ((\ONE + r_2) + r_3) \cdot (r_4 \cdot \ZERO)\]
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   232
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   233
  simplifies to just $r_1$. \textbf{Hint:} Regular expressions can be
79
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   234
  seen as trees and there are several methods for traversing
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   235
  trees. One of them corresponds to the inside-out traversal, which is
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   236
  sometimes also called post-order traversal. Furthermore,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   237
  remember numerical expressions from school times: there you had expressions
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   238
  like $u + \ldots + (1 \cdot x) - \ldots (z + (y \cdot 0)) \ldots$
79
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   239
  and simplification rules that looked very similar to rules
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   240
  above. You would simplify such numerical expressions by replacing
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   241
  for example the $y \cdot 0$ by $0$, or $1\cdot x$ by $x$, and then
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   242
  look whether more rules are applicable. If you organise the
79
2d57b0d43a0f updated
Christian Urban <urbanc@in.tum.de>
parents: 78
diff changeset
   243
  simplification in an inside-out fashion, it is always clear which
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   244
  rule should be applied next.\hfill[2 Marks]
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   245
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   246
\item[(1d)] Implement two functions: The first, called \textit{ders},
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   247
  takes a list of characters and a regular expression as arguments, and
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   248
  builds the derivative w.r.t.~the list as follows:
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   249
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   250
\begin{center}
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   251
\begin{tabular}{lcl}
69
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   252
$\textit{ders}\;(Nil)\;r$ & $\dn$ & $r$\\
f1295a0ab4ed updated
Christian Urban <urbanc@in.tum.de>
parents: 68
diff changeset
   253
  $\textit{ders}\;(c::cs)\;r$  & $\dn$ &
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   254
    $\textit{ders}\;cs\;(\textit{simp}(\textit{der}\;c\;r))$\\
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   255
\end{tabular}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   256
\end{center}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   257
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   258
Note that this function is different from \textit{der}, which only
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   259
takes a single character.
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   260
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   261
The second function, called \textit{matcher}, takes a string and a
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   262
regular expression as arguments. It builds first the derivatives
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   263
according to \textit{ders} and after that tests whether the resulting
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   264
derivative regular expression can match the empty string (using
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   265
\textit{nullable}).  For example the \textit{matcher} will produce
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   266
true for the regular expression $(a\cdot b)\cdot c$ and the string
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   267
$abc$, but false if you give it the string $ab$. \hfill[1 Mark]
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   268
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   269
\item[(1e)] Implement a function, called \textit{size}, by recursion
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   270
  over regular expressions. If a regular expression is seen as a tree,
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   271
  then \textit{size} should return the number of nodes in such a
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   272
  tree. Therefore this function is defined as follows:
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   273
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   274
\begin{center}
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   275
\begin{tabular}{lcl}
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   276
$\textit{size}(\ZERO)$ & $\dn$ & $1$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   277
$\textit{size}(\ONE)$  & $\dn$ & $1$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   278
$\textit{size}(c)$     & $\dn$ & $1$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   279
$\textit{size}(r_1 + r_2)$ & $\dn$ & $1 + \textit{size}(r_1) + \textit{size}(r_2)$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   280
$\textit{size}(r_1 \cdot r_2)$ & $\dn$ & $1 + \textit{size}(r_1) + \textit{size}(r_2)$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   281
$\textit{size}(r^*)$ & $\dn$ & $1 + \textit{size}(r)$\\
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   282
\end{tabular}
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   283
\end{center}
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   284
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   285
You can use \textit{size} in order to test how much the `evil' regular
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   286
expression $(a^*)^* \cdot b$ grows when taking successive derivatives
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   287
according the letter $a$ without simplification and then compare it to
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   288
taking the derivative, but simplify the result.  The sizes
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   289
are given in \texttt{re.scala}. \hfill[1 Mark]
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   290
\end{itemize}
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   291
94
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   292
\subsection*{Background}
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   293
94
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   294
Although easily implementable in Scala, the idea behind the derivative
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   295
function might not so easy to be seen. To understand its purpose
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   296
better, assume a regular expression $r$ can match strings of the form
152
114a89518aea updated
Christian Urban <urbanc@in.tum.de>
parents: 110
diff changeset
   297
$c\!::\!cs$ (that means strings which start with a character $c$ and have
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   298
some rest, or tail, $cs$). If you take the derivative of $r$ with
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   299
respect to the character $c$, then you obtain a regular expression
94
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   300
that can match all the strings $cs$.  In other words, the regular
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   301
expression $\textit{der}\;c\;r$ can match the same strings $c\!::\!cs$
94
ae4708c851ee updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 86
diff changeset
   302
that can be matched by $r$, except that the $c$ is chopped off.
75
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   303
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   304
Assume now $r$ can match the string $abc$. If you take the derivative
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   305
according to $a$ then you obtain a regular expression that can match
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   306
$bc$ (it is $abc$ where the $a$ has been chopped off). If you now
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   307
build the derivative $\textit{der}\;b\;(\textit{der}\;a\;r)$ you
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   308
obtain a regular expression that can match the string $c$ (it is $bc$
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   309
where $b$ is chopped off). If you finally build the derivative of this
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   310
according $c$, that is
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   311
$\textit{der}\;c\;(\textit{der}\;b\;(\textit{der}\;a\;r))$, you obtain
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   312
a regular expression that can match the empty string. You can test
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   313
whether this is indeed the case using the function nullable, which is
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   314
what your matcher is doing.
75
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   315
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   316
The purpose of the $\textit{simp}$ function is to keep the regular
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   317
expression small. Normally the derivative function makes the regular
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   318
expression bigger (see the SEQ case and the example in (1b)) and the
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   319
algorithm would be slower and slower over time. The $\textit{simp}$
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   320
function counters this increase in size and the result is that the
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   321
algorithm is fast throughout.  By the way, this algorithm is by Janusz
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   322
Brzozowski who came up with the idea of derivatives in 1964 in his PhD
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   323
thesis.
75
71e463b33a9e updated
Christian Urban <urbanc@in.tum.de>
parents: 74
diff changeset
   324
78
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   325
\begin{center}\small
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   326
\url{https://en.wikipedia.org/wiki/Janusz_Brzozowski_(computer_scientist)}
85f2f75abeeb updated
Christian Urban <urbanc@in.tum.de>
parents: 75
diff changeset
   327
\end{center}
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   328
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   329
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   330
If you want to see how badly the regular expression matchers do in
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   331
Java and Python with the `evil' regular expression, then have a look
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   332
at the graphs below (you can try it out for yourself: have a look at
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   333
the file \texttt{catastrophic.java} on KEATS). Compare this with the
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   334
matcher you have implemented. How long can the string of $a$'s be
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   335
in your matcher and still stay within the 30 seconds time limit?
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   336
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   337
\begin{center}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   338
\begin{tikzpicture}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   339
\begin{axis}[
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   340
    title={Graph: $(a^*)^*\cdot b$ and strings 
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   341
           $\underbrace{a\ldots a}_{n}$},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   342
    xlabel={$n$},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   343
    x label style={at={(1.05,0.0)}},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   344
    ylabel={time in secs},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   345
    enlargelimits=false,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   346
    xtick={0,5,...,30},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   347
    xmax=33,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   348
    ymax=35,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   349
    ytick={0,5,...,30},
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   350
    scaled ticks=false,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   351
    axis lines=left,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   352
    width=6cm,
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   353
    height=5.0cm, 
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   354
    legend entries={Python, Java},  
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   355
    legend pos=outer north east]
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   356
\addplot[blue,mark=*, mark options={fill=white}] table {re-python2.data};
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   357
\addplot[cyan,mark=*, mark options={fill=white}] table {re-java.data};
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   358
\end{axis}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   359
\end{tikzpicture}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   360
\end{center}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   361
\newpage
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   362
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   363
\subsection*{Part 2 (4 Marks)}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   364
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   365
Coming from Java or C++, you might think Scala is a quite esoteric
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   366
programming language.  But remember, some serious companies have built
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   367
their business on
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   368
Scala.\footnote{\url{https://en.wikipedia.org/wiki/Scala_(programming_language)\#Companies}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   369
And there are far more esoteric languages out there. One is called
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   370
\emph{brainf***}. You are asked in this part to implement an
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   371
interpreter for this language.
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   372
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   373
Urban M\"uller developed brainf*** in 1993.  A close relative of this
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   374
language was already introduced in 1964 by Corado B\"ohm, an Italian
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   375
computer pioneer, who unfortunately died a few months ago. The main
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   376
feature of brainf*** is its minimalistic set of instructions---just 8
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   377
instructions in total and all of which are single characters. Despite
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   378
the minimalism, this language has been shown to be Turing
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   379
complete\ldots{}if this doesn't ring any bell with you: it roughly
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   380
means every algorithm we know can, in principle, be implemented in
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   381
brainf***. It just takes a lot of determination and quite a lot of
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   382
memory resources. Some relatively sophisticated example programs in
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   383
brainf*** are given in the file \texttt{bf.scala}.\bigskip
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   384
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   385
\noindent
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   386
As mentioned above, brainf*** has 8 single-character commands, namely
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   387
\texttt{'>'}, \texttt{'<'}, \texttt{'+'}, \texttt{'-'}, \texttt{'.'},
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   388
\texttt{','}, \texttt{'['} and \texttt{']'}. Every other character is
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   389
considered a comment.  Brainf*** operates on memory cells containing
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   390
integers. For this it uses a single memory pointer that points at each
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   391
stage to one memory cell. This pointer can be moved forward by one
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   392
memory cell by using the command \texttt{'>'}, and backward by using
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   393
\texttt{'<'}. The commands \texttt{'+'} and \texttt{'-'} increase,
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   394
respectively decrease, by 1 the content of the memory cell to which
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   395
the memory pointer currently points to. The commands for input/output
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   396
are \texttt{','} and \texttt{'.'}. Output works by reading the content
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   397
of the memory cell to which the memory pointer points to and printing
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   398
it out as an ASCII character. Input works the other way, taking some
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   399
user input and storing it in the cell to which the memory pointer
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   400
points to. The commands \texttt{'['} and \texttt{']'} are looping
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   401
constructs. Everything in between \texttt{'['} and \texttt{']'} is
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   402
repeated until a counter (memory cell) reaches zero.  A typical
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   403
program in brainf*** looks as follows:
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   404
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   405
\begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   406
\begin{verbatim}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   407
 ++++++++[>++++[>++>+++>+++>+<<<<-]>+>+>->>+[<]<-]>>.>---.+++++++
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   408
 ..+++.>>.<-.<.+++.------.--------.>>+.>++.
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   409
\end{verbatim}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   410
\end{center}  
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   411
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   412
\noindent
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   413
This one prints out Hello World\ldots{}obviously. 
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   414
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   415
\subsubsection*{Tasks (file bf.scala)}
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   416
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   417
\begin{itemize}
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   418
\item[(2a)] Brainf*** memory is represented by a \texttt{Map} from
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   419
  integers to integers. The empty memory is represented by
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   420
  \texttt{Map()}, that is nothing is stored in the
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   421
  memory. \texttt{Map(0 -> 1, 2 -> 3)} clearly has stored \texttt{1}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   422
  at memory location \texttt{0}, at \texttt{2} it stores
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   423
  \texttt{3}. The convention is that if we query the memory at a
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   424
  location that is not defined in the \texttt{Map} we return
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   425
  \texttt{0}. Write a function, \texttt{sread}, that takes a memory (a
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   426
  \texttt{Map}) and a memory pointer (an \texttt{Int}) as argument,
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   427
  and safely reads the corresponding memory location. If the map is not
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   428
  defined at the memory pointer it returns \texttt{0}.
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   429
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   430
  Write another function \texttt{write}, which takes a memory, a
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   431
  memory pointer and a integer value as argument and updates the map
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   432
  with the value at the given memory location. As usual the map is not
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   433
  updated `in-place' but a new map is created with the same data,
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   434
  except the value is stored at the given memory pointer.\hfill[1 Mark]
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   435
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   436
\item[(2b)] Write two functions, \texttt{jumpRight} and
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   437
  \texttt{jumpLeft} that are needed to implement the loop constructs
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   438
  of brainf***. They take a program (a \texttt{String}) and a program
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   439
  counter (an \texttt{Int}) as argument and move right (respectively
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   440
  left) in the string in order to find the \textbf{matching}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   441
  opening/closing bracket. For example, given the following program
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   442
  with the program counter indicated by an arrow:
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   443
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   444
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   445
  \texttt{--[\barbelow{.}.+>--],>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   446
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   447
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   448
  then the matching closing bracket is in 9th position (counting from 0) and
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   449
  \texttt{jumpRight} is supposed to return the position just after this
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   450
  
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   451
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   452
  \texttt{--[..+>--]\barbelow{,}>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   453
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   454
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   455
  meaning it jumps after the loop. Similarly, if you in 8th position
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   456
  then \texttt{jumpLeft} is supposed to jump to just after the opening
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   457
  bracket (that is jumping to the beginning of the loop):
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   458
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   459
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   460
    \texttt{--[..+>-\barbelow{-}],>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   461
    \qquad$\stackrel{\texttt{jumpLeft}}{\longrightarrow}$\qquad
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   462
    \texttt{--[\barbelow{.}.+>--],>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   463
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   464
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   465
  Unfortunately we have to take into account that there might be
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   466
  another opening and closing bracket on the `way' to find the
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   467
  matching bracket. For example in the brainf*** program
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   468
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   469
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   470
  \texttt{--[\barbelow{.}.[+>]--],>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   471
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   472
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   473
  we do not want to return the index for the \texttt{'-'} in the 9th
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   474
  position, but the program counter for \texttt{','} in 12th
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   475
  position. The easiest to find out whether a bracket is matched is to
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   476
  use levels (which are the third argument in \texttt{jumpLeft} and
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   477
  \texttt{jumpLeft}). In case of \texttt{jumpRight} you increase the
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   478
  level by one whenever you find an opening bracket and decrease by
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   479
  one for a closing bracket. Then in \texttt{jumpRight} you are looking
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   480
  for the closing bracket on level \texttt{0}. For \texttt{jumpLeft} you
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   481
  do the opposite. In this way you can find \textbf{matching} brackets
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   482
  in strings such as
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   483
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   484
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   485
  \texttt{--[\barbelow{.}.[[-]+>[.]]--],>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   486
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   487
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   488
  for which \texttt{jumpRight} should produce the position:
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   489
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   490
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   491
  \texttt{--[..[[-]+>[.]]--]\barbelow{,}>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   492
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   493
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   494
  It is also possible that the position returned by \texttt{jumpRight} or
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   495
  \texttt{jumpLeft} is outside the string in cases where there are
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   496
  no matching brackets. For example
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   497
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   498
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   499
  \texttt{--[\barbelow{.}.[[-]+>[.]]--,>,++}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   500
  \qquad$\stackrel{\texttt{jumpRight}}{\longrightarrow}$\qquad
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   501
  \texttt{--[..[[-]+>[.]]-->,++\barbelow{\;\phantom{+}}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   502
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   503
  \hfill[1 Mark]
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   504
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   505
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   506
\item[(2c)] Write a recursive function \texttt{run} that executes a
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   507
  brainf*** program. It takes a program, a program counter, a memory
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   508
  counter and a memory as arguments. If the program counter is outside
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   509
  the program string, the execution stops and \texttt{run} returns the
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   510
  memory. If the program counter is inside the string, it reads the
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   511
  corresponding character and updates the program counter \texttt{pc}, memory
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   512
  pointer \texttt{mp} and memory \texttt{mem} according to the rules shown
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   513
  in Figure~\ref{comms}. It the calls recursively \texttt{run} with the updated
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   514
  data.
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   515
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   516
  Write another function \texttt{start} that calls \texttt{run} with a
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   517
  given brainfu** program and memory, and the program counter and memory counter
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   518
  set to~$0$. Like \texttt{run} it returns the memory after the execution
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   519
  of the program finishes. You can test your brainf**k interpreter with the
155
371acb50643d updated
Christian Urban <urbanc@in.tum.de>
parents: 154
diff changeset
   520
  Sierpinski triangle or the Hello world programs or have a look at
371acb50643d updated
Christian Urban <urbanc@in.tum.de>
parents: 154
diff changeset
   521
371acb50643d updated
Christian Urban <urbanc@in.tum.de>
parents: 154
diff changeset
   522
  \begin{center}
371acb50643d updated
Christian Urban <urbanc@in.tum.de>
parents: 154
diff changeset
   523
  \url{https://esolangs.org/wiki/Brainfuck}
371acb50643d updated
Christian Urban <urbanc@in.tum.de>
parents: 154
diff changeset
   524
  \end{center}\hfill[2 Marks]
154
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   525
  
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   526
  \begin{figure}[p]
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   527
  \begin{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   528
    \begin{tabular}{|@{}p{0.8cm}|l|}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   529
      \hline
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   530
      \hfill\texttt{'>'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   531
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   532
                       $\bullet$ & $\texttt{mp} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   533
                       $\bullet$ & \texttt{mem} unchanged
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   534
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   535
      \hfill\texttt{'<'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   536
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   537
                       $\bullet$ & $\texttt{mp} - 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   538
                       $\bullet$ & \texttt{mem} unchanged
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   539
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   540
      \hfill\texttt{'+'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   541
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   542
                       $\bullet$ & $\texttt{mp}$ unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   543
                       $\bullet$ & \texttt{mem} updated with \texttt{mp -> mem(mp) + 1}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   544
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   545
      \hfill\texttt{'-'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   546
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   547
                       $\bullet$ & $\texttt{mp}$ unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   548
                       $\bullet$ & \texttt{mem} updated with \texttt{mp -> mem(mp) - 1}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   549
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   550
      \hfill\texttt{'.'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   551
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   552
                       $\bullet$ & $\texttt{mp}$ and \texttt{mem} unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   553
                       $\bullet$ & print out\texttt{mem(mp)} as a character\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   554
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   555
      \hfill\texttt{','} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   556
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   557
                       $\bullet$ & $\texttt{mp}$ unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   558
                       $\bullet$ & \texttt{mem} updated with \texttt{mp -> \textrm{input}}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   559
                       \multicolumn{2}{@{}l}{input given by \texttt{Console.in.read().toByte}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   560
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   561
      \hfill\texttt{'['} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   562
                       \multicolumn{2}{@{}l}{if \texttt{mem(mp) == 0} then}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   563
                       $\bullet$ & $\texttt{pc = jumpRight(prog, pc + 1, 0)}$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   564
                       $\bullet$ & $\texttt{mp}$ and \texttt{mem} unchanged\medskip\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   565
                       \multicolumn{2}{@{}l}{otherwise if \texttt{mem(mp) != 0} then}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   566
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   567
                       $\bullet$ & $\texttt{mp}$ and \texttt{mem} unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   568
                     \end{tabular}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   569
                     \\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   570
      \hfill\texttt{']'} & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   571
                       \multicolumn{2}{@{}l}{if \texttt{mem(mp) != 0} then}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   572
                       $\bullet$ & $\texttt{pc = jumpLeft(prog, pc - 1 1, 0)}$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   573
                       $\bullet$ & $\texttt{mp}$ and \texttt{mem} unchanged\medskip\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   574
                       \multicolumn{2}{@{}l}{otherwise if \texttt{mem(mp) == 0} then}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   575
                       $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   576
                       $\bullet$ & $\texttt{mp}$ and \texttt{mem} unchanged\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   577
                     \end{tabular}\\\hline   
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   578
      any other char & \begin{tabular}[t]{@{}l@{\hspace{2mm}}l@{}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   579
                         $\bullet$ & $\texttt{pc} + 1$\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   580
                         $\bullet$ & \texttt{mp} and \texttt{mem} unchanged
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   581
                       \end{tabular}\\
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   582
      \hline                 
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   583
    \end{tabular}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   584
  \end{center}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   585
  \caption{The rules for how commands in the brainf*** language update the program counter,
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   586
    memory counter and memory.\label{comms}}
39c6b93718f0 updated
Christian Urban <urbanc@in.tum.de>
parents: 153
diff changeset
   587
  \end{figure}
153
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   588
\end{itemize}\bigskip  
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   589
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   590
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   591
4383809c176a updated
Christian Urban <urbanc@in.tum.de>
parents: 152
diff changeset
   592
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   593
\end{document}
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   594
68
8da9e0c16194 updated
Christian Urban <urbanc@in.tum.de>
parents: 62
diff changeset
   595
6
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   596
%%% Local Variables: 
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   597
%%% mode: latex
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   598
%%% TeX-master: t
aae256985251 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
   599
%%% End: