Line 7: Line 7:
 
node [shape = doublecircle]; q3;
 
node [shape = doublecircle]; q3;
 
node [shape = circle];
 
node [shape = circle];
   ""-> q0;
+
   ""-> q0->q1->q2->q3;
 
   q0 -> q0[label="0,1"];
 
   q0 -> q0[label="0,1"];
   q0 -> q1;
+
   #q0 -> q1;
   q1 -> q2;
+
   #q1 -> q2;
 
   q2 -> q2;
 
   q2 -> q2;
   q2 -> q3;
+
   #q2 -> q3;
  
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 10:25, 11 July 2014


2014.1.16


2014.1.16