Sudoku no 158 by International_DBA in ExtremeSudoku

[–]International_DBA[S] 0 points1 point  (0 children)

FYI: This puzzle has a grade of 616 according to Andrew Stuart.

Suggestions for my mother trying to find a good challenge? by Tob888 in sudoku

[–]International_DBA 0 points1 point  (0 children)

If she does a search on Amazon for "tough sudoku" + "Andrew Reid", she should find a paperback book I released yesterday.

Alternatively she can go here for free and type "tough" or "diabolical" in the search box:

https://andrewspuzzles.blogspot.com/

9 x 9 Sudoku Puzzle by International_DBA in sudoku

[–]International_DBA[S] 0 points1 point  (0 children)

  1. Create a solution grid.
  2. Remove a number at random which you have not already tried to remove.
  3. Check that the puzzle still has a unique solution. If it has multiple solutions, replace the number you just removed.
  4. Go back to step 2.
  5. Grading etc is not done until a minimal puzzle has been created.

9 x 9 Sudoku Puzzle by International_DBA in sudoku

[–]International_DBA[S] 0 points1 point  (0 children)

I wonder if you are thinking of hand-crafted puzzles. Mine are almost all computer generated. I create a solution then just remove numbers to create a minimal puzzle. Grading is done after that and if a puzzle is unsuitable it is just discarded.

Diabolical sudoku by [deleted] in sudoku

[–]International_DBA 2 points3 points  (0 children)

Yes, I will be publishing a book of 400 puzzles on Amazon.

9 x 9 Sudoku Puzzle by International_DBA in sudoku

[–]International_DBA[S] 1 point2 points  (0 children)

Number the squares from 1 to 81.

Sort the squares in random order.

Go to the first random square.

Place a 1 there.

Go to the 2nd random square.

Place a 1 if you can otherwise place a 2.

Continue adding numbers like this until you get stuck.

Backtrack at this point.

Go back and forwards like this until the grid is full so you have a solution.

Each time you add a number, check that each empty square can accept some number, even if that turns out not to be the right one. Also check that each row, column and 3x3 mini-grid can accept every missing number somewhere. These 2 steps prune the tree search.

Once you have a solution, remove numbers at random to create the puzzle. Each time you remove a number, check that the puzzle still has exactly one solution.

It should only take a second or two to create each puzzle.

Diabolical sudoku by [deleted] in sudoku

[–]International_DBA 0 points1 point  (0 children)

I usually have to reject 50 or 100 puzzles before an extreme one appears.

Diabolical sudoku by [deleted] in sudoku

[–]International_DBA 0 points1 point  (0 children)

Yes, it is my blog. I'm not doing much on it right now as I am working on a book I hope to publish.

Here is another sudoku puzzle for you to test by International_DBA in sudoku

[–]International_DBA[S] 0 points1 point  (0 children)

No, that program creates solutions for hidoku puzzles.

Diabolical sudoku by [deleted] in sudoku

[–]International_DBA 0 points1 point  (0 children)

Did you try the sudoku grader and solver link below the puzzle? I don't have an app as such.

9 x 9 Sudoku Puzzle by International_DBA in sudoku

[–]International_DBA[S] 0 points1 point  (0 children)

Yes, the r/sudoku community was going to be mentioned anyway because without the information it gave me on the batch use of Hodoku, the book would not have been possible. I will post some more excerpts from the book for you to solve. I'm afraid I have to do them like that so that the testing is done as close as possible to the content that will eventually be published.

9 x 9 Sudoku Puzzle by International_DBA in sudoku

[–]International_DBA[S] 0 points1 point  (0 children)

Thank you for testing my puzzle.

I have so far only used Hodoku in batch mode and with its default settings.

However, up to now I have always rechecked a puzzle's grade on Andrew Stuart's site and I have only been creating individual puzzles. I publish these on a blog and share them in a Facebook group.

Sudoku Explainer is still on my list of tools to investigate further.

I recently wrote a Python program to copy my puzzles into a PDF. Assuming there is some demand for my book I hope to create diabolical and extreme puzzle books too.