Prolog Sudoku Solver Explained
Note: This is a follow-up blog post on Adventures In Declarative Programming: Sudoku Solver. Prolog The main language used in logic programming is Prolog, which name is derived from “PROgramming in LOGic”. And that’s exactly what it does: It allows you to program in terms of logic. The funny thing is that it doesn’t actually […]