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.
Asklemmy
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
Exact same here
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
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.
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?
Well, yeah. I have to start somewhere. My Spock brain came up with that.
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.
If you want some tips or are just curious, this channel has a lot of content about sudoku and variants: https://www.youtube.com/channel/UCC-UOdK8-mIjxBQm_ot1T-Q
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.
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.
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.