Name

bitree_root

Synopsis

BiTreeNode *bitree_root(const BiTree *tree);

Return Value

Node at the root of the tree.

Description

Macro that evaluates to the node at the root of the binary tree specified by tree.

Complexity

O (1)

Get Mastering Algorithms with C now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.