diff options
Diffstat (limited to 'assignments/2/graph.dot')
| -rw-r--r-- | assignments/2/graph.dot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/assignments/2/graph.dot b/assignments/2/graph.dot index 738ca8b..f2e67b5 100644 --- a/assignments/2/graph.dot +++ b/assignments/2/graph.dot @@ -1,4 +1,6 @@ strict graph { + rankdir=LR; + s -- t [label=1] s -- v [label=5] t -- s [label=1] |
