Function rb_insert

Function Documentation

void rb_insert(rb_tree_t *tree, rb_node_t *node)

Insert node into tree.

Parameters:
  • tree – the tree

  • node – the node to insert