Line 10: Line 10:
 
""-> q0;
 
""-> q0;
 
q0->q1 [label="1"];
 
q0->q1 [label="1"];
 +
q1->q2 [label="0,1"];
 +
q2->q3 [label="0,1"];
 +
q0 -> q0 [label="0,1"];
 +
q2 -> q2[label="1"];
 +
}
 +
</graphviz>
 +
 +
<graphviz caption='2014.1.16'>
 +
digraph exampleh {
 +
node [shape = none] "";
 +
node [shape = circle];
 +
 +
"Btech student"->"IT professional" [label="1"];
 
q1->q2 [label="0,1"];
 
q1->q2 [label="0,1"];
 
q2->q3 [label="0,1"];
 
q2->q3 [label="0,1"];

Revision as of 14:27, 29 July 2014

Graph

2014.1.16

2014.1.16

Graph[edit]

2014.1.16

2014.1.16