Line 6: Line 6:
 
rankdir=LR;
 
rankdir=LR;
 
node [shape = none] "";
 
node [shape = none] "";
node [shape = doublecircle] q3;
+
node [shape = doublecircle] q3,q5;
 
node [shape = circle];
 
node [shape = circle];
  
Line 13: Line 13:
 
q0->q2 [label="b"];
 
q0->q2 [label="b"];
 
q1->q1 [label="a"];
 
q1->q1 [label="a"];
q2 -> q2 [label="b"];
+
q2 -> q5 [label="b"];
 +
q5 -> q5 [label="b"];
 +
q5 -> q3 [label="a"];
 
q2 -> q3 [label="a"];
 
q2 -> q3 [label="a"];
 
q1 -> q3[label="b"];
 
q1 -> q3[label="b"];

Revision as of 18:30, 19 September 2014

Graph

2014.9.19

2014.1.16

2014.1.16

Graph[edit]

2014.9.19

2014.1.16

2014.1.16