Files
Sudoku/logic/strategies/locked.go
T
2026-07-17 22:35:11 +02:00

13 lines
134 B
Go

package strategies
type LockedPair struct {
Base
}
type LockedCandidateT1 struct {
Base
}
type LockedCandidateT2 struct {
Base
}