Arjun Suresh (talk | contribs) |
Arjun Suresh (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
rankdir=LR; | rankdir=LR; | ||
node [shape = none] ""; | node [shape = none] ""; | ||
− | node [shape = doublecircle] D, | + | node [shape = doublecircle] D,AC; |
node [shape = circle]; | node [shape = circle]; | ||
""-> AC; | ""-> AC; | ||
Line 10: | Line 10: | ||
B->AC [label="0"]; | B->AC [label="0"]; | ||
B->AC [label="1"]; | B->AC [label="1"]; | ||
− | + | AC->AC [label="a"]; | |
AC->D [label="b"]; | AC->D [label="b"]; | ||
D -> E [label="a"]; | D -> E [label="a"]; |