py-sudoku icon indicating copy to clipboard operation
py-sudoku copied to clipboard

seed=13 causing an infinite loop

Open kutu opened this issue 3 years ago • 1 comments

Sudoku(4, seed=13).difficulty(0.1)

difficulty can be anything from 0.01 to 0.9 size 3 is working, but for sizes 4 and 5 causing an infinite loop

kutu avatar Mar 23 '23 07:03 kutu

Can confirm it also happens to size 2. I didn't specify the seed so it appeared to happen randomly.

krizpoon avatar Jan 15 '25 07:01 krizpoon