Skip to content

Commit 4ff5d58

Browse files
Adicionado grafo g1.dot
1 parent fa8db1e commit 4ff5d58

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

g1.dot

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
digraph g {
2+
0 -> 1 [label=0.3];
3+
1 -> 2 [label=1.4];
4+
2 -> 3 [label=0.5];
5+
2 -> 4 [label=1.0];
6+
1 -> 4 [label=2.0];
7+
4 -> 5 [label=0.1];
8+
3 -> 5 [label=0.0];
9+
5 -> 6 [label=0.01];
10+
}

0 commit comments

Comments
 (0)