Tagged Questions

51
votes
11answers
8k views

Solving “Who owns the Zebra” programmatically?

Edit: this puzzle is also known as "Einstein's Riddle" The Who owns the Zebra is an example of a classic set of puzzles and I bet that most people on Stack Overflow can solve it with pen and paper. ...
1
vote
1answer
149 views

Solving jigsaw puzzle with restriction in prolog

I am starting to learn restrictions in prolog at the moment using SICStus Prolog. Though I know how solve simpe problems using this, I have one exercise where I must solve a Jigsaw puzzle. However I ...