Hi Obini
This is the grid after naked and hidden singles:
- Code: Select all
-  79      2       45     | 8      47     3      | 6      1      459    
 179     1679    45     | 12457  2467   1567   | 3      459    8
 3       16      8      | 145    46     9      | 2      7      45
 ------------------------+----------------------+---------------------
 2       38      6      | 57     1      578    | 9      345    345
 5       39      1      | 6      39     4      | 7      8      2
 4       389     7      | 59     389    2      | 1      356    356
 ------------------------+----------------------+---------------------
 8       17      9      | 1247   2467   167    | 5      36     367
 17      4       2      | 3      5      167    | 8      69     679
 6       5       3      | 79     789    78     | 4      2      1
 
A solution path after this point is:
7s at r9c456 only ones in row => -7 r7c456, r8c6.
9s at r12c1 only ones in column => -9 r2c2.
Naked pairs of 16 at r78c6 => -1 r2c6, r7c4, -6 r2c6, r7c5
Naked triplets of 579 at r469c4 => -5 r23c4, -7 r2c4
Then it is singles to the end
Phil