sudoku solver
When I do sudoku, I start with the upper left box, filling in as many numbers as I can in ascending order 1 through 9. If I can fill in a number, I start over at 1 until I have to move on, and then I move down to center left, bottom left, upper center, middle center, bottom center, upper right, middle right, and then if the last square does not have a 9, I go back and solve the rest of the puzzle and then fill in bottom right, saving 9 for last. If bottom right does have a 9, I continue with that square in order and then fill in the rest of the puzzle. I worry that if I don’t do it in this order, I will not complete the puzzle properly.








Oh my god I do this too, in the exact same order. I also do word searches from top left corner to bottom right corner, going through every line. I get so irritated at people who just jump right in. With the Sudoku I’m afraid I’m going to lose my train of thought and have a box that I can’t figured out, but I would have been able to had I gone in order.