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/README | |
parent | b14e17eaa3cf971800eec93ca2f1bc5582252a88 (diff) | |
download | coursera-descrete.zip coursera-descrete.tar.gz |
Discrete : wip-worktree-statedescrete
Diffstat (limited to '02-graph-coloring/README')
-rw-r--r-- | 02-graph-coloring/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/02-graph-coloring/README b/02-graph-coloring/README new file mode 100644 index 0000000..76ff5f0 --- /dev/null +++ b/02-graph-coloring/README @@ -0,0 +1,15 @@ + +break symetries (colours are interchangeable); + - max colour + 1 + +try first where you fail: + - nodes with bigger degree && less possible colour + +think about distinct graphs: + - ?? + +a step is: + - possible nodes + - failed nodes + - chosen node + |