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