Sudoku icon indicating copy to clipboard operation
Sudoku copied to clipboard

A sudoku solver using brute forces and logical techniques.

Results 9 Sudoku issues
Sort by recently updated
recently updated
newest added

This issue records the detail for new APIs for generating puzzles with techniques, keeping such techniques in the first step or must contain. To-do list: - [x] Full House -...

Kind-enhancement
Kind-feature
Area-API

C# language design team wants to introduce a new feature called `extension`, a new type kind in C# type system. ## What is the feature? This feature will allow you...

Kind-feature request
Area-API
C# feature sync

Expands from #549.

Kind-enhancement
Kind-feature request
Area-API

There is a thing I have to do for now - re-implement chaining APIs to support grouped nodes. From the year 2019 (beginning with this repository), I have chosen the...

Kind-enhancement
Kind-feature request
Area-API

To-do list: - [ ] APIs - [x] Type `IGrid` and related types - [x] #686 - [ ] Implement type to store user-steps - [ ] Implement undo-redo stacking...

Area-UI
Kind-feature request
Area-API

See this file: https://github.com/KyouyamaKazusa0805/Sudoku/blob/a8c7fdf1f1ac72866634747e0fb06bdbb7b21a55/src/Sudoku.Analytics/Analytics/StepSearchers/DeadlyPatterns/AnonymousDeadlyPatternStepSearcher.cs 8 cells: https://github.com/KyouyamaKazusa0805/Sudoku/blob/a8c7fdf1f1ac72866634747e0fb06bdbb7b21a55/src/Sudoku.Analytics/Analytics/StepSearchers/DeadlyPatterns/AnonymousDeadlyPatternStepSearcher.cs#L33-L54 9 cells: https://github.com/KyouyamaKazusa0805/Sudoku/blob/a8c7fdf1f1ac72866634747e0fb06bdbb7b21a55/src/Sudoku.Analytics/Analytics/StepSearchers/DeadlyPatterns/AnonymousDeadlyPatternStepSearcher.cs#L60-L90

Kind-enhancement
Area-API

Example: ![image](https://github.com/user-attachments/assets/81bec267-b2a9-4651-8118-e8ee26735cf7) ```text :0000:x:.....+9.4.+47.+6.+51+9339.4..85.+9.+72.8.+1+56...+9+4.+2+882.5.19.........+8.7..8.+326..8.94.5..:213 215 347 352 353 769 172 472 173 473 675 583 489:: ```

Kind-enhancement
Bug-technique missing
Area-API

Implement a way to cache strong and weak links before the first step that uses chaining searcher to search for them, and there's only one cache operation unit. All the...

Kind-enhancement
Area-API