Examples Written in Scala
The Scala/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.
MoneyTransfer - Implements the good old money transfer example.
Simple Shopping Cart - Written for the ScalaDCI library.