HELP Me for my project solver sudoku

Do you want a total cheat solution, or would you settle for an undo stack assist for a human solver?

Here are some sample designs for rectangular number selection games:

It's important to separate the display part of the app from the internal board representation.
What's nice to look at is usually awkward to process during game play.

Your life will be easier if you use generic (Any) blocks and lists of components.
Sample: