Monday, 30 March 2020
Friday, 27 March 2020
Solution to Sudoku no 514
Here is my original version of the solution:
...and here is another from Ferz Verdan Dizon, a member of the Sudoku Puzzles Facebook group:
...and here is another from Ferz Verdan Dizon, a member of the Sudoku Puzzles Facebook group:
Wednesday, 25 March 2020
Solution to Sudoku no 513
Here is my original version of the solution:
Here is Andrew Stuart's version. His solver will not finish a puzzle if it believes it has more than one solution:
The solver at https://www.sudoku-solutions.com/ was able to work out the answer by brute force but it didn't know how to get to it using human logic. That's perfectly reasonable. Writing a solver to use all known human solving strategies is a major undertaking:
This is what John Musgrave, a member of the Sudoku Puzzles Facebook group, had to say about this puzzle. You can see his own puzzles at http://www.manifestmaster.com
Here is Andrew Stuart's version. His solver will not finish a puzzle if it believes it has more than one solution:
The solver at https://www.sudoku-solutions.com/ was able to work out the answer by brute force but it didn't know how to get to it using human logic. That's perfectly reasonable. Writing a solver to use all known human solving strategies is a major undertaking:
This is what John Musgrave, a member of the Sudoku Puzzles Facebook group, had to say about this puzzle. You can see his own puzzles at http://www.manifestmaster.com
Sudoku no 513 (Extreme)
Warning:
This puzzle is called extreme for a reason. In addition to naked and hidden singles it may require 48 other steps to solve. The exact figure will depend on how you approach it.
The puzzle should only be attempted if you understand the BUG (bi-value universal grave) solving technique.
If you type this puzzle into an online solver or app which does not know about this technique, it will probably give up and may even suggest that the puzzle has more than one solution:
This puzzle is called extreme for a reason. In addition to naked and hidden singles it may require 48 other steps to solve. The exact figure will depend on how you approach it.
The puzzle should only be attempted if you understand the BUG (bi-value universal grave) solving technique.
If you type this puzzle into an online solver or app which does not know about this technique, it will probably give up and may even suggest that the puzzle has more than one solution:
Location:
West Sussex, UK
Tuesday, 24 March 2020
Monday, 23 March 2020
Sunday, 22 March 2020
Saturday, 21 March 2020
Thursday, 19 March 2020
Codeword no 1
The white rectangles in the 13 by 13 grid below contain every number from 1 to 26 at least once. Each number represents a letter of the alphabet. Each letter is represented by only 1 number so the whole alphabet is used.
The 13 by 2 grid allows you to record the letter corresponding to each number and I have given you 3 of these already.
Replace each number in the 13 by 13 grid with the letter it refers to so that you spell out words from left to right and top to bottom.
The line of letters allows you to cross out each one as you find it.
See answer
The 13 by 2 grid allows you to record the letter corresponding to each number and I have given you 3 of these already.
Replace each number in the 13 by 13 grid with the letter it refers to so that you spell out words from left to right and top to bottom.
The line of letters allows you to cross out each one as you find it.
See answer
Wednesday, 18 March 2020
Saturday, 14 March 2020
Tuesday, 10 March 2020
Solution to Above, Below, Left and Right Puzzle no 1
Here is my original version of the solution:
This puzzle has also been solved by two members of the Sudoku Puzzles Facebook group.
Adelina Zaballero provided this version of the answer:
...and John Palmer supplied this one:
This puzzle has also been solved by two members of the Sudoku Puzzles Facebook group.
Adelina Zaballero provided this version of the answer:
...and John Palmer supplied this one:
Above, Below, Left and Right Puzzle no 1
I created this puzzle using Oracle Database Version 18 Express Edition.
Use each of the numbers 1 to 9 exactly once to fill in the empty squares in the grid below.
I can tell you that:
9 is to the right of 6.
8 is above 4.
1 is to the left of 3.
4 is below 1.
2 is to the right of 4.
3 is above 9.
5 is below 3.
Numbers which are above or below one another are in the same column but do not have to be in adjacent squares.
Numbers which are to the left or right of each other are in the same row but do not have to be in adjacent squares.
Use each of the numbers 1 to 9 exactly once to fill in the empty squares in the grid below.
I can tell you that:
9 is to the right of 6.
8 is above 4.
1 is to the left of 3.
4 is below 1.
2 is to the right of 4.
3 is above 9.
5 is below 3.
Numbers which are above or below one another are in the same column but do not have to be in adjacent squares.
Numbers which are to the left or right of each other are in the same row but do not have to be in adjacent squares.
Saturday, 7 March 2020
Tuesday, 3 March 2020
Sunday, 1 March 2020
Subscribe to:
Posts (Atom)