Next: , Previous: Maximum, Up: Private Routines


3.2.11 Minimum

Return the left most node in the tree.

Synopsis

     #include <rbtree/rbtree.h>
     
     
     
static Node *Minimum( Tree *tree, Node *x );

Parameters

Tree *tree
the tree to traverse
Node *x
the origin node

Description

Return the left most node in the tree.