C# Class BinaryTree.TreeNode

显示文件 Open project: AlexAlbala/AlterNative-Tests Class Usage Examples

Public Methods

Method Description
bottomUpTree ( int item, int depth ) : TreeNode
itemCheck ( ) : int

Private Methods

Method Description
TreeNode ( TreeNode left, TreeNode right, int item ) : System
TreeNode ( int item ) : System

Method Details

bottomUpTree() public static method

public static bottomUpTree ( int item, int depth ) : TreeNode
item int
depth int
return TreeNode

itemCheck() public method

public itemCheck ( ) : int
return int