m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-06 14:28:54 -0400
committerMarcin Chrzanowski <mc370754@students.mimuw.edu.pl>2021-08-06 14:28:54 -0400
commit112232de666efd87c5e7dbf05efa277564cea204 (patch)
treeec069225ac0bb527ca0c9b9a33ebf3723da6ec6e
parentc06424befd41a214720f2b746e83445e93bf917e (diff)
Stylistic change
-rw-r--r--mgr.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/mgr.tex b/mgr.tex
index 3f67620..cf7bb8b 100644
--- a/mgr.tex
+++ b/mgr.tex
@@ -92,8 +92,8 @@ answer in time $O(1)$ questions of the form ``Is the infix $w[i, j]$ accepted by
$A$?''. We present the full construction as we will be generalizing its
internals for the tree case.
-Suppose $A$ is deterministic. We begin by replacing each letter of $w$ with the
-set of states of $A$, $Q$.
+Take $A$ that is deterministic. We begin by replacing each letter of $w$ with
+the set of states of $A$, $Q$.
Each letter $a$ of $w$ defines an injective function on $Q$, and we draw these
functions as directed edges between successive copies of $Q$. For example, if