summaryrefslogtreecommitdiffstats
path: root/figs/cn2p1c.dot
diff options
context:
space:
mode:
authorDavid A. Madore <david+git@madore.org>2017-03-17 17:19:37 +0100
committerDavid A. Madore <david+git@madore.org>2017-03-17 17:19:37 +0100
commit166e82b6033703f922d08911ff8e0da09ffd18fd (patch)
tree6d34b880427aa8e293089bcd192f2d38170a39c7 /figs/cn2p1c.dot
parentfd3971899dbc94325b09162e18e933568f4da719 (diff)
downloadinf105-166e82b6033703f922d08911ff8e0da09ffd18fd.tar.gz
inf105-166e82b6033703f922d08911ff8e0da09ffd18fd.tar.bz2
inf105-166e82b6033703f922d08911ff8e0da09ffd18fd.zip
Recovery exam: an exercise on finite automata.
Diffstat (limited to 'figs/cn2p1c.dot')
-rw-r--r--figs/cn2p1c.dot7
1 files changed, 7 insertions, 0 deletions
diff --git a/figs/cn2p1c.dot b/figs/cn2p1c.dot
new file mode 100644
index 0000000..5e5a3e4
--- /dev/null
+++ b/figs/cn2p1c.dot
@@ -0,0 +1,7 @@
+digraph cn2p1c {
+ rankdir="LR";
+ node [texmode="math",shape="circle",style="state"];
+ q0 [style="state,initial,final",label="\top"];
+ edge [texmode="math",lblstyle="auto"];
+ q0 -> q0 [label="a,b",topath="loop above"];
+}