Name

bitree_right

Synopsis

BiTreeNode *bitree_right(const BiTreeNode *node);

Return Value

Right child of the specified node.

Description

Macro that evaluates to the node of a binary tree that is the right child of the node specified by node.

Complexity

O (1)

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset