Sacha Ligthert sacha
sacha closed issue golang/sudoku-funpark#23 2025-01-28 01:59:38 +01:00
Use strings for blocks exclusively.
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 01:43:51 +01:00
647476f6d8 Change internal Solution storage to [][]string (Closes #24)
sacha closed issue golang/sudoku-funpark#24 2025-01-28 01:43:51 +01:00
Refactor how valid solutions are stored.
sacha commented on issue golang/sudoku-funpark#24 2025-01-28 01:26:10 +01:00
Refactor how valid solutions are stored.
sacha opened issue golang/sudoku-funpark#24 2025-01-28 01:11:40 +01:00
Refactor how valid solutions are stored.
sacha opened issue golang/sudoku-funpark#23 2025-01-28 01:08:52 +01:00
Use strings for blocks exclusively.
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 01:04:41 +01:00
515034a64e Add the ability to select type of output.
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 00:33:49 +01:00
a7c5845b7a More comments.
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 00:31:05 +01:00
6dd5d2f232 Make godoc happy, and add extra comments.
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 00:13:20 +01:00
6b0e55e3f9 Change ordering of interface initialisations.
sacha deleted branch #19_the-great-refactor from golang/sudoku-funpark 2025-01-28 00:07:09 +01:00
sacha pushed to trunk at golang/sudoku-funpark 2025-01-28 00:07:09 +01:00
719dd43307 Move parts of solver into its own package. Closes #19
sacha closed issue golang/sudoku-funpark#19 2025-01-28 00:07:09 +01:00
Split Solver interface
sacha merged pull request golang/sudoku-funpark#22 2025-01-28 00:07:07 +01:00
#19 Move parts of solver into its own package.
sacha created pull request golang/sudoku-funpark#22 2025-01-28 00:06:23 +01:00
#19 Move parts of solver into its own package.
sacha pushed to #19_the-great-refactor at golang/sudoku-funpark 2025-01-28 00:04:13 +01:00
5683b66f11 Move printing of output into its own package.
sacha pushed to #19_the-great-refactor at golang/sudoku-funpark 2025-01-27 23:55:34 +01:00
c819343db0 Moved variables used by Solver back to Solver package.
sacha pushed to #19_the-great-refactor at golang/sudoku-funpark 2025-01-27 23:49:55 +01:00
d0d1568249 Added godoc support to Taskfile
sacha pushed to #19_the-great-refactor at golang/sudoku-funpark 2025-01-27 23:46:30 +01:00
d8636d07f4 Move all variables to the controller interface.