udosuk wrote:
So, there are a total of 4 branches:
R7C7=3 -> contradiction
R7C7=6 -> unique solution
R7C7=5 -> R5C5=3 -> contradiction
R7C7=5 -> R5C5=8 -> contradiction
Three branches will do:
Look at column 7
R3C7=6 -> contradiction
R7C7=6 -> unique solution
R9C7=6 -> contradiction
R3C7 = 6
{4} {6} {3} {1} {2} {8} {7} {9} {5}
{8} {2} {5} {6} {9} {7} {3} {14} {14}
{9} {7} {1} {5} {4} {3} {6} {8} {2}
{3} {9} {7} {2} {5} {1} {4} {6} {8}
{6} {4} {2} {3} {8} {9} {1} {5} {7}
{1} {5} {8} {7} {6} {4} {9} {2} {3}
{2} {1} {6} {8} {37} {5} {} {34} {9}
{5} {38} {9} {49} {1} {6} {2} {7} {4}
{7} {38} {4} {9} {3} {2} {358} {13} {6}
R7C7 = 6
{4} {3} {5} {1} {2} {8} {7} {9} {6}
{8} {2} {1} {6} {9} {7} {5} {4} {3}
{9} {7} {6} {5} {4} {3} {1} {8} {2}
{1} {9} {2} {7} {3} {5} {4} {6} {8}
{6} {4} {3} {2} {8} {1} {9} {5} {7}
{7} {5} {8} {4} {6} {9} {3} {2} {1}
{2} {1} {7} {8} {5} {4} {6} {3} {9}
{5} {8} {9} {3} {1} {6} {2} {7} {4}
{3} {6} {4} {9} {7} {2} {8} {1} {5}
R9C7 = 6
{4} {3} {5} {1} {2} {8} {7} {9} {6}
{8} {2} {1} {6} {9} {7} {3} {4} {5}
{9} {6} {7} {5} {4} {3} {1} {8} {2}
{137} {79} {39} {27} {8} {5} {4} {6} {13}
{6} {4} {2} {} {3} {9} {8} {5} {7}
{37} {5} {8} {47} {6} {1} {9} {2} {3}
{2} {1} {6} {8} {7} {4} {5} {3} {9}
{5} {8} {39} {39} {1} {6} {2} {7} {4}
{37} {79} {4} {39} {5} {2} {6} {1} {8}
Combine these three chains together, you will get the solution as well. People may find out the relationship between forcing chain and "try and error". However, global "try and error" seems always better than global "forcing chain".