Site Search:

Digraph.java with bfs path visual (with Dot language)



%3 16 16 17 17 16->17 0 0 1 1 0->1 2 2 0->2 1->2 3 3 1->3 2->3 4 4 2->4 3->4 0 5 5 3->5 4->5 6 6 4->6 1 19 19 19->19 5->6 7 7 5->7 6->7 8 8 6->8 15 15 15->16


Java output:

strict digraph {
16->17;
0->1;
0->2;
1->2;
1->3;
2->3;
2->4;
19->19;
3->4;
3->5;
4->5;
4->6;
5->6;
5->7;
6->7;
6->8;
15->16;
3->4[label=0, color=red,penwidth=3.0];
4->6[label=1, color=red,penwidth=3.0];
}
number of points: 13

number of edges: 17

No comments:

Post a Comment