#include <LinkedLists.h>
Collaboration diagram for BinaryNode:
Data Fields | |
BinaryNode * | right |
BinaryNode * | left |
This node points to the left and right child in a binary tree.
Definition at line 75 of file LinkedLists.h.
|
Definition at line 78 of file LinkedLists.h. Referenced by LeftNodeRight(). |
|
Definition at line 77 of file LinkedLists.h. |