Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
| Line 8: | Line 8: | ||
node [shape = circle]; | node [shape = circle]; | ||
| − | ""-> q0->q1->q2->q3; | + | ""-> q0->q1[label="0,1"]->q2->q3; |
q0 -> q0[label="0,1"]; | q0 -> q0[label="0,1"]; | ||
| − | q2 -> q2; | + | q2 -> q2[label="0,1"]; |
} | } | ||
</graphviz> | </graphviz> | ||