infovis.tree
Class Algorithms
java.lang.Object
infovis.tree.Algorithms
public class Algorithms
- extends Object
- Version:
- $Revision: 1.7 $
- Author:
- Jean-Daniel Fekete
Algorithms
public Algorithms()
treeDepth
public static int treeDepth(Tree tree,
int root)
treeDepth
public static int treeDepth(Tree tree)
leafCount
public static int leafCount(Tree tree,
int node)
leafCount
public static int leafCount(Tree tree,
int node,
int[] sumDegrees)
insert
public static Tree insert(Tree fromTree,
int fromRoot,
Tree toTree,
int toRoot)
insert
public static Tree insert(Tree fromTree,
Tree toTree)
Copyright Š 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.