Does anyone have a simple algorithm to find all of the Almost-Locked Sets (ALS) in a single Sudoku house (row, col, box)?
And, if so, then extend that algorithm to find AALS, AAALS, etc. in that same house?
IOW, even I can manually see a bivalue cell of the form (ab), which is the simplest ALS.
I can also easily find 2-cell ALS of the form (ab) (abc).
But, after that, my mind sorta clouds over.
TIA for any suggestions!