Examples Written in Ruby
The Ruby/DCI examples are as follows:
Dijkstra - Implements a restricted form of the Dijkstra algorithm for finding the shortest route through a graph.
- Illustrates recursion and different Roles being bound to the same object at the same time. Builds on Jim Coplien's implementation of the same algorithm.