Can someone please explain the logic in the below puzzle using coloring.
			
		*--------------------------------------------------------------*
| 8     2     4      | 3     67    5      | 67-1 a16    9      |
| 6     1     3      | 789   2     89     | 4     5     78     |
| 5     9     7      | 4     68    1      |b68    3     2      |
|--------------------+--------------------+--------------------|
| 7     4     18     | 5     389   689    | 169   2     13     |
| 2     36    158    | 1789  4     689    | 15679 16    137    |
| 9     36    15     | 17    37    2      | 1567  8     4      |
|--------------------+--------------------+--------------------|
| 1     5     2      | 89    89    7      | 3     4     6      |
| 3     8     9      | 6     1     4      | 2     7     5      |
| 4     7     6      | 2     5     3      |c18    9     18     |
*--------------------------------------------------------------*
*-----------------------------------------------------------------------*
| 8      2      4       | 3      67     5       | 167    16     9       |
| 6      1      3       | 789    2      89      | 4      5      78      |
| 5      9      7       | 4      68     1       | 68     3      2       |
|-----------------------+-----------------------+-----------------------|
| 7      4      18      | 5      389    689     | 69-1   2     *13      |
| 2      36     158     | 1789   4      689     | 5679-1 16     137     |
| 9      36     15      | 17     37     2       | 567-1  8      4       |
|-----------------------+-----------------------+-----------------------|
| 1      5      2       | 89     89     7       | 3      4      6       |
| 3      8      9       | 6      1      4       | 2      7      5       |
| 4      7      6       | 2      5      3       |#18     9     *8-1     |
*-----------------------------------------------------------------------*
Leren wrote:FWIW I think that coloring is a horrible technique and is only really suitable for computer solutions.
Leren