KyouyamaKazusa0805 / Sudoku

A sudoku solver using brute forces and logical techniques.
https://t.sudoku-studio.wiki
MIT License
111 stars 26 forks source link

Type `PencilmarkGrid` #686

Closed KyouyamaKazusa0805 closed 2 months ago

KyouyamaKazusa0805 commented 3 months ago

Introduce type PencilmarkGrid to allow user creating a sudoku grid.

KyouyamaKazusa0805 commented 2 months ago

I'll use another way to implement this.