I have 3 cells. The candidates for them are as follows:
Cell 1: 1,2,3
Cell 2: 1,2
Cell 3: 1,3
Is it valid to take out "1" from each cell which would give me the following result:
Cell 3 as "3"
Cell 2 as "2"
Cell 1 as "1"
Is tha above logic valid? If not is there any other way to solve this?
Thanks