Computer Science, asked by nniroshini85, 3 months ago

the methodology used in the sudoko solving problem is​

Answers

Answered by ssamyu162
0

Answer:

Sudoku can be solved using stochastic (random-based) algorithms.

Explanation:

An example of this method is to:

1.Randomly assign numbers to the blank cells in the grid.

2.Calculate the number of errors.

3."Shuffle" the inserted numbers until the number of mistakes is reduced to zero.

Similar questions