Package es.uam.eps.ir.relison.graph.tree

Interfaces for tree structures.
  • Interface Summary 
    Interface Description
    Tree<U>
    Interface for managing and creating tree graphs.
    UnweightedTree<U>
    Interface for managing and creating tree graphs.
    WeightedTree<U>
    Interface for managing and creating tree graphs.
  • Class Summary 
    Class Description
    UnweightedTreeTest
    Class that tests the fast unweighted implementation of trees.