Tree_New

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Core Language > Data Structures > AVL Tree >

Tree_New

 

Description

 

Create new AVL Tree and return its handle

 

Syntax

 

pTree = Tree_New()

 

Returns

 

Number: a pointer to an AVL Tree

 

Parameters

 

Name

Type

Optional

Meaning





 

Remarks

 

Restrictions

 

See also

 

Examples