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.

MoneyTransfer - Implements the good old money transfer example.

Simple Shopping Cart - Written for the ScalaDCI library.