HOW to build a sudoku -? ( not to solve it ) any idea ?

easy sudoku
Dan asked:

Hi all
i am so interested to know how people create sudoku,,

people all the time are busy solving sudoku boards, but my question is how to build a sudoku board, so others may solve …

how to make easy sudoku boards
how to make difficult sudoku boards
how to check if the sudoku you built has more than one solution
how to check if the sudoku has a solution at ALL !!

thanks alot guys, i would really appreciate answers with some explanation, i am planning to make a program in “C” Language that create sudoku boards in all Levels….. and still trying to figure out how to do it

thats all, cya

Bookmark and Share





One Response to 'HOW to build a sudoku -? ( not to solve it ) any idea ?'

  1. working gal - May 12th, 2009 at 4:19 am

    I’ve been wondering about that, too. I think maybe the easiest route would be to design whole boards, then remove a certain number of blocks depending on whether it’s easy, medium or hard. It’s not a foolproof way to set the difficulty because it also depends on the placement of the numbers remaining, but it seems much easier than trying to get it to work out how many logical steps are needed to solve each puzzle. You could use a randomiser to choose which blocks to remove, as well as to shuffle the numbers around to generate a new complete board. I don’t know how to program, but there should be some sort of logical commands to govern the arrangement of the numbers. Probably the easiest would be 3 commands: (Each row contains number 1. Each column contains number 1. Each square contains number 1) and then repeat them for each number.


Leave a Reply