You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Really great and fast library!
However it would be great if the riddles difficulty could be defined when creating a new riddle.
I would imagine this could be implemented by solving it partially depending on the set difficulty.
The text was updated successfully, but these errors were encountered:
A good idea. For the machine all sudokus are equally difficult and the algorithm doesn't care.
There are approaches trying to guess the difficulty for humans, i.e. as described here.
Current idea: The current approach's degree of freedom matrix would get an accompanying human score matrix.
May be the first step is to have a solver that can assign a score.
It would also be nice if the size could be variable to solve for example 4x4 or 16x16 sudokus...
Regarding the riddle difficulty, one approach would be to set the amount of empty fields... (not the best approach, but propably easier to implement)...
Really great and fast library!
However it would be great if the riddles difficulty could be defined when creating a new riddle.
I would imagine this could be implemented by solving it partially depending on the set difficulty.
The text was updated successfully, but these errors were encountered: