summaryrefslogtreecommitdiffstats
path: root/k5_1.gv
diff options
context:
space:
mode:
Diffstat (limited to 'k5_1.gv')
-rw-r--r--k5_1.gv18
1 files changed, 0 insertions, 18 deletions
diff --git a/k5_1.gv b/k5_1.gv
deleted file mode 100644
index 9baa68c..0000000
--- a/k5_1.gv
+++ /dev/null
@@ -1,18 +0,0 @@
-graph "k5_1" {
- layout=circo
- node [ shape=circle ]
-
- 0 -- 1 [color=red]
- 0 -- 2
- 0 -- 3
- 0 -- 4
-
- 1 -- 2
- 1 -- 3
- 1 -- 4
-
- 2 -- 3 [color=red]
- 2 -- 4
-
- 3 -- 4
-}