C# 클래스 AbstractBinaryTree, code

파일 보기 프로젝트 열기: shendongnian/code 1 사용 예제들

공개 메소드들

메소드 설명
Insert ( item ) : T>.AbstractBinaryTree

보호된 메소드들

메소드 설명
CreateNode ( AbstractBinaryTree, left, value, AbstractBinaryTree, right ) : TreeType,
CreateX ( left, val, right ) : TreeType,
IsNil ( ) : bool

메소드 상세

CreateNode() 보호된 추상적인 메소드

protected abstract CreateNode ( AbstractBinaryTree, left, value, AbstractBinaryTree, right ) : TreeType,
left AbstractBinaryTree,
right AbstractBinaryTree,
리턴 TreeType,

CreateX() 보호된 추상적인 메소드

protected abstract CreateX ( left, val, right ) : TreeType,
리턴 TreeType,

Insert() 공개 메소드

public Insert ( item ) : T>.AbstractBinaryTree
리턴 T>.AbstractBinaryTree

IsNil() 보호된 추상적인 메소드

protected abstract IsNil ( ) : bool
리턴 bool