<< Click to Display Table of Contents >> Navigation: ThinBASIC Core Language > Data Structures > AVL Tree > Tree_Count |
Description
Count the number of key/data pairs present into an AVL Tree
Syntax
n = Tree_Count(pTree)
Returns
Number of key/data pairs present into the Hash Table container
Parameters
Name |
Type |
Optional |
Meaning |
pTree |
Number |
No |
Handle of an AVL Tree returned by Tree_New |
Remarks
Restrictions
See also
Examples