diff options
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 + |