• 0 Posts
  • 3 Comments
Joined 1 year ago
cake
Cake day: June 9th, 2023

help-circle

  • For each number, I mark all cells where I know I can’t put it.

    If one block, column or row has only one possible cell where a number can be, I put it there and then update all cells where I now know I can’t put it anymore.

    This algorithm probably isn’t the fastest, but it’s easy to do manually and it has the advantage that you don’t need to backtrack.