#include <BinarySearchTree.h>
Public Attributes | |
| BinarySearchTreeType * | item |
| node * | left |
| node * | right |
|
|||||
|
The element stored in this node |
|
|||||
|
The left child node |
|
|||||
|
The right child node |
1.4.2