MCPcopy Create free account
hub / github.com/TheAlgorithms/C / delete

Function delete

data_structures/binary_trees/binary_search_tree.c:88–143  ·  view source on GitHub ↗

Deletion procedure, which searches for the input key in the tree and removes * it if present * @param root pointer to parent node * @param data value to search for int the node * @returns pointer to parent node */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mainFunction · 0.70

Calls 1

getMaxFunction · 0.85

Tested by

no test coverage detected