MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / remove

Function remove

src/data_structures/avl_tree.rs:134–155  ·  view source on GitHub ↗

Recursive helper function for `AVLTree` deletion.

(tree: &mut Option<Box<AVLNode<T>>>, value: &T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

removeMethod · 0.70

Calls 3

mergeFunction · 0.70
cmpMethod · 0.45
rebalanceMethod · 0.45

Tested by

no test coverage detected