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

Function take_min

src/data_structures/avl_tree.rs:169–185  ·  view source on GitHub ↗

Removes the smallest node from the tree, if one exists.

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

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

mergeFunction · 0.85

Calls 1

rebalanceMethod · 0.45

Tested by

no test coverage detected