Function bstree_remove

Function Documentation

status_t bstree_remove(struct bstree *tree, const void *key)

Remove the node in a BST that contains data that matches the given key.

Parameters:
  • tree – The BST handle

  • key – Key to match in the search for the node to delete

Returns:

status_t