C# Class AvlTree, code

Inheritance: AbstractBinaryTree
Mostra file Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Insert ( item ) : T>.AbstractBinaryTree

Method Details

Insert() public method

public Insert ( item ) : T>.AbstractBinaryTree
return T>.AbstractBinaryTree