--- a/slides/slides02.tex Mon Oct 01 14:04:48 2018 +0100
+++ b/slides/slides02.tex Mon Oct 01 14:11:34 2018 +0100
@@ -439,10 +439,27 @@
\end{frame}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{frame}[c]
+\frametitle{Another Homework\\[-2mm] Question}
+
+\begin{itemize}
+\item How many basic regular expressions are there to match
+ the string \bl{$abcd$}\,?\pause
+\item How many if they cannot include
+ \bl{$\ONE$} and \bl{$\ZERO$}\/?\pause
+\item How many if they are also not
+ allowed to contain stars?\pause
+\item How many if they are also
+ not allowed to contain \bl{$\_ + \_$}\/?
+\end{itemize}
+
+\end{frame}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{frame}[t]
-\frametitle{A Matching Algorithm (1)}
+\frametitle{Brzozowski's Algorithm (1)}
\ldots{}whether a regular expression can match the empty string: