diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2013-08-06 08:15:45 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2013-08-06 08:15:45 +0200 |
commit | a2b0bb41876d956ca7abf123858ac45aea3c5898 (patch) | |
tree | 63dccf89aa4690c770196b6e49a974ca7837d3df /02-graph-coloring/data/gc_4_1.dot | |
parent | b14e17eaa3cf971800eec93ca2f1bc5582252a88 (diff) | |
download | coursera-descrete.zip coursera-descrete.tar.gz |
Discrete : wip-worktree-statedescrete
Diffstat (limited to '02-graph-coloring/data/gc_4_1.dot')
-rw-r--r-- | 02-graph-coloring/data/gc_4_1.dot | 10 |
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 +} |