#logic
Read more stories on Hashnode
Articles with this tag
This post assumes that you know the basics of Pilog (PicoLisp Prolog). If you don't, consider to read this article series first. All Pilog access to...
This task is actually not included in the Rosetta code, but still it is a quite frequent algorithmic task: How to find the optimal path between two...
The original task is from the book "Superior Mathematical Puzzles" from Howard P. Dinesman. The Task Baker, Cooper, Fletcher, Miller, and Smith live...
"98% of the world population cannot solve this task." (Fake quote attributed to Albert Einstein) · The Task The Zebra puzzle, a.k.a. Einstein's Riddle,...
Implemented in Logical and Functional Programming · Today we will talk about a very famous recursive algorithm: The Towers of Hanoi riddle. We will show...
In the last seven posts we introduced the main concepts and syntax of Pilog. However, all the queries were only done in interactive mode from the...