Refactor how valid solutions are stored. #24

Closed
opened 2025-01-28 01:11:40 +01:00 by sacha · 2 comments
Owner
Currently it is a slice of strings that get outputted. Ideally create a slice of slice or a slice of maps to store. Relevant files: * https://gitea.ligthert.net/golang/sudoku-funpark/src/branch/trunk/controller/types.go#L26 * https://gitea.ligthert.net/golang/sudoku-funpark/src/branch/trunk/solver/stash.go * Everything in here: https://gitea.ligthert.net/golang/sudoku-funpark/src/branch/trunk/export
Author
Owner
https://go.dev/play/p/EF-NrQ6I2Ub proof-of-concept
Author
Owner
Better: https://go.dev/play/p/poGDhjDt5LZ
sacha closed this issue 2025-01-28 01:43:51 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: golang/sudoku-funpark#24
No description provided.