Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
| Line 6: | Line 6: | ||
rankdir=LR; | rankdir=LR; | ||
node [shape = none] ""; | node [shape = none] ""; | ||
| − | node [shape = doublecircle] q0,q1,q2, | + | node [shape = doublecircle] q0,q1,q2,q5; |
node [shape = circle]; | node [shape = circle]; | ||
| Line 18: | Line 18: | ||
q3 -> q1 [label="0"]; | q3 -> q1 [label="0"]; | ||
q3 -> q3[label="0"]; | q3 -> q3[label="0"]; | ||
| − | q4 -> q4[label=" | + | q4 -> q1[label="0"]; |
| + | q4->q5[label="1"]; | ||
} | } | ||
</graphviz> | </graphviz> | ||