Optimal Route Planning: A Brute Force Solution
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 nodes of a graph. In this post, we will show a brute-force solution using Pilog to get from A to B.
A...
picolisp-explored.com6 min read
Phil Stark
good stuff