The algorithm of building DAWGs is an iterative process that goes roughly in
three steps. We start with the null graph that can be described by
$G_0=(\{q_0\},\{q_0\},\{\}\{\})$ and does not contain any edges, one node and
-$\mathcal{L}(G_0)=\emptyset$
+$\mathcal{L}(G_0)=\emptyset$. The first word that is added to the graph will be
+added in a naive way. We just create a new node for every transition of
+character and we mark the last node as final. From then on all words are added
+using a stepwise approach.
\begin{itemize}
- \item
+ \item