summaryrefslogtreecommitdiffstats
path: root/02-graph-coloring/data/gc_4_1.dot
diff options
context:
space:
mode:
Diffstat (limited to '02-graph-coloring/data/gc_4_1.dot')
-rw-r--r--02-graph-coloring/data/gc_4_1.dot10
1 files changed, 10 insertions, 0 deletions
diff --git a/02-graph-coloring/data/gc_4_1.dot b/02-graph-coloring/data/gc_4_1.dot
new file mode 100644
index 0000000..32b343b
--- /dev/null
+++ b/02-graph-coloring/data/gc_4_1.dot
@@ -0,0 +1,10 @@
+graph {
+node [style=filled];
+ 0 [color="#FFFF00"]
+ 1 [color="#0000FF"]
+ 2 [color="#FFFF00"]
+ 3 [color="#FFFF00"]
+ 0 -- 1
+ 1 -- 2
+ 1 -- 3
+}