-
Sudoku Solver
Yesterdays post was about backtracking and to milk as much as possible from this topic I thought I would demonstrate another example of how this can work. I failed to do a Sudoku from the newspaper this morning and thought – hang on, could I use backtracking to solve it for me. How Sudoku Works…
-
8 Queens Problem
Recently I downloaded and played the excellent game “Human Resource Machine” (Human Resource Machine) – this one must have passed me by without me noticing it as it was released in 2015. In this game you instruct a character to solve various problems using an assembler type language. It starts off easy and then goes…