diff options
Diffstat (limited to 'report/k5_2.gv')
| -rw-r--r-- | report/k5_2.gv | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/report/k5_2.gv b/report/k5_2.gv new file mode 100644 index 0000000..41f8c73 --- /dev/null +++ b/report/k5_2.gv @@ -0,0 +1,18 @@ +graph "k5_1" { + layout=circo + node [ shape=circle ] + + 0 -- 1 + 0 -- 2 [color=red] + 0 -- 3 + 0 -- 4 + + 1 -- 2 + 1 -- 3 [color=red] + 1 -- 4 + + 2 -- 3 + 2 -- 4 + + 3 -- 4 +} |