I returned to my first love… math ! Back in a day, (no I’m not old !) I loved hitting my head against the wall to find the solution to a problem. And I remember that game theory and combination was really interesting. I recently deal with this techniques so let’s talk about it.
Now, we can solve easy sudoku puzzles with our algorithm and this is great !In our implementation, I made a simplification on the ApplyValues module.It just sets the value but do not apply constraints…
In Part-1, we parsed an input_str, create an input_map and apply this map to the initial board. To be ready to follow Part-2, you need this to work.
I started learning Elixir few months ago and after finishing the Elixir channel on Exercism.io, I was looking for a bigger project. I had this Euler project in…