Next: JoinTrees, Previous: Free_post_order, Up: Private Routines
Insert a node into a tree.
#include <rbtree/rbtree.h>static void Insert( Tree *tree, Node *x );
Tree *tree
- the tree into which to insert the node
Node *x
- the node to insert
This routine inserts the passed node into the passed tree, using the default comparison node routine.