C# Class eu.sig.training.ch03.binarytree.v3.BinaryTreeSearch

Afficher le fichier Open project: oreillymedia/building_maintainable_software

Méthodes publiques

Méthode Description
CalculateDepth ( BinaryTreeNode t, int n ) : int

Private Methods

Méthode Description
GetChildNode ( BinaryTreeNode t, int n ) : BinaryTreeNode
TraverseByValue ( BinaryTreeNode t, int n ) : int

Method Details

CalculateDepth() public static méthode

public static CalculateDepth ( BinaryTreeNode t, int n ) : int
t BinaryTreeNode
n int
Résultat int