Next: Predecessor, Previous: Maximum, Up: Private Routines
Return the left most node in the tree.
#include <rbtree/rbtree.h>static Node *Minimum( Tree *tree, Node *x );
Tree *tree
- the tree to traverse
Node *x
- the origin node
Return the left most node in the tree.