When you first crack open a new sudoku puzzle, do you look at the rows or columns first? Or do you work in blocks? What’s your strategy?

  • hbar@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    1 year ago

    I start with 1s, look in the row blocks to see if I can fill any, then the column blocks. Then move on the 2s, 3s… If a block or row or column is mostly filled in I see if I can get any of the rest to close it out.

  • jedichric@lemmy.ml
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I start with 1’s and then 2’s and then 3’s, etc. Eventually, you’ll find them all. Just a good way for me to start.

    • aRatherDapperFox@lemmy.mlOP
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Wait, you start by trying to find anywhere you can place a 1, then once you’ve got those you move to 2’s and so on and so forth? Like… Just looking at the whole board? You don’t break it down and work by sections?

        • aRatherDapperFox@lemmy.mlOP
          link
          fedilink
          arrow-up
          2
          ·
          1 year ago

          I… I never even considered that approach. I always start with the 3x3 blocks, figuring out what numbers are missing and where they might fit. If I get stumped working blocks, I move on to rows and then columns last.

  • Elbullazul@lem.elbullazul.com
    link
    fedilink
    arrow-up
    3
    ·
    1 year ago

    I start with blocks and whatever number I see more of in the board, then lines and columns.

    Then give up when I inevitably get it wrong

  • Gurfaild@feddit.de
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    1 year ago

    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.

  • t0fr@lemmy.ca
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    Start with a random number, look to see where the rest are in the grid, and look at the columns and rows to see if there are any easy ones to fill in, then move on to the next number.

    Then there are a few other algorithms I have to use if the sudoku problem is more challenging. Looking at individual lines to see if there are missing numbers. Try to figure out where numbers absolutely cannot go to narrow things down.

    • aRatherDapperFox@lemmy.mlOP
      link
      fedilink
      arrow-up
      1
      ·
      1 year ago

      Not so much looking for tips as I am just seeing what everyone else does. I love sudoku puzzles. I don’t think I’m necessarily good at them, but I do enjoy them on the reg, lol.

      Thanks for the link, though! I’ll keep it in mind.