diff options
Diffstat (limited to '02-graph-coloring/data')
-rw-r--r-- | 02-graph-coloring/data/gc_4_1.dot | 10 | ||||
-rw-r--r-- | 02-graph-coloring/data/gc_4_1.png | bin | 0 -> 6074 bytes |
2 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 +} diff --git a/02-graph-coloring/data/gc_4_1.png b/02-graph-coloring/data/gc_4_1.png Binary files differnew file mode 100644 index 0000000..b783995 --- /dev/null +++ b/02-graph-coloring/data/gc_4_1.png |