summaryrefslogtreecommitdiffstats
path: root/report/k5.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 /report/k5.gv
parent6e0903b459b339e404ad519467353ab0b526cfb5 (diff)
downloadballs-6a18f738c8dd6e3fe9f21c27f70f7df201e54d24.zip
move report to its own directory
Diffstat (limited to 'report/k5.gv')
-rw-r--r--report/k5.gv9
1 files changed, 9 insertions, 0 deletions
diff --git a/report/k5.gv b/report/k5.gv
new file mode 100644
index 0000000..4bc4122
--- /dev/null
+++ b/report/k5.gv
@@ -0,0 +1,9 @@
+graph "k5" {
+ layout=circo
+ node [ shape=circle ];
+
+ 0 -- { 1, 2, 3, 4 }
+ 1 -- { 2, 3, 4 }
+ 2 -- { 3, 4 }
+ 3 -- 4
+}