Class Summary |
DecoratedSequenceExample<E> |
|
GraphExample1 |
The class GraphExample1 contains one very simple
example of the ch.bfh.algo.Graph interface. |
GraphExample2 |
The class GraphExample2 contains an example of the
ch.bfh.algo.Graph interface, using the Factory Pattern
to have specialized Vertices. |
GraphExample3 |
The class GraphExample3 contains an example of the
ch.bfh.algo.Graph interface, using the Factory Pattern
to have specialized Vertices. |
GraphExampleNonGenerics |
The class GraphExampleNonGenerics contains an example of use
of graph without any generics. |
GraphStress |
The class GraphStress contains Stess Tests for the Graph |
SequencesSortExamples |
The class SequencesSortExamples contains samples of
the use of a Sequence . |
TreeExample |
This file contains some examples of the use of the
Forest and the BinaryForest interfaces. |