Skip to content

Commit

Permalink
Add 'simple' RosettaCode Sudoku instance
Browse files Browse the repository at this point in the history
  • Loading branch information
bokner committed Sep 27, 2024
1 parent 9068bbd commit c5d8e26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/examples/sudoku.ex
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ defmodule CPSolver.Examples.Sudoku do
"52...6.........7.13...........4..8..6......5...........418.........3..2...87.....",
s9x9_clue17_hard:
"......8.16..2........7.5......6...2..1....3...8.......2......7..4..8....5...3....",
s9x9_clue17_rosetta_difficult:
s9x9_rosetta_simple:
"394..267....3..4..5..69..2..45...9..6.......7..7...58..1..67..8..9..8....264..735",
s9x9_rosetta_difficult:
"..............3.85..1.2.......5.7.....4...1...9.......5......73..2.1........4...9"
}
|> Map.new(fn {name, puzzle} -> {name, normalize(puzzle)} end)
Expand Down

0 comments on commit c5d8e26

Please sign in to comment.