Problem Given a table, I want to explore all possible transition between the elements in the table. ex: for a […]
Tag: prolog
Constraint solving CrossCells puzzle game solution
Problem There’s a puzzle game called CrossCells (not affiliated; there’s also multiple other ones with the same kind of idea, […]
Repeated string concatenation
Problem I’ve been looking for a way to have a predicate that establishes that all elements of a list are […]