summaryrefslogtreecommitdiffstats
path: root/k5_3.gv
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2024-10-10 17:58:30 -0400
committerSam Anthony <sam@samanthony.xyz>2024-10-10 17:58:30 -0400
commit6a18f738c8dd6e3fe9f21c27f70f7df201e54d24 (patch)
tree89075957cd8110d11fb703ff7d4a1f900884f536 /k5_3.gv
parent6e0903b459b339e404ad519467353ab0b526cfb5 (diff)
downloadballs-6a18f738c8dd6e3fe9f21c27f70f7df201e54d24.zip
move report to its own directory
Diffstat (limited to 'k5_3.gv')
-rw-r--r--k5_3.gv18
1 files changed, 0 insertions, 18 deletions
diff --git a/k5_3.gv b/k5_3.gv
deleted file mode 100644
index 38899c1..0000000
--- a/k5_3.gv
+++ /dev/null
@@ -1,18 +0,0 @@
-graph "k5_1" {
- layout=circo
- node [ shape=circle ]
-
- 0 -- 1
- 0 -- 2
- 0 -- 3 [color=red]
- 0 -- 4
-
- 1 -- 2 [color=red]
- 1 -- 3
- 1 -- 4
-
- 2 -- 3
- 2 -- 4
-
- 3 -- 4
-}