MCPcopy Create free account
hub / github.com/douchuan/algorithm / tournament_tree_pop

Method tournament_tree_pop

src/tree/binary/builder/tournament.rs:21–23  ·  view source on GitHub ↗
(tree: &mut Tree<K, V>)

Source from the content-addressed store, hash-verified

19 }
20
21 fn tournament_tree_pop(tree: &mut Tree<K, V>) -> Option<K> {
22 pop(tree)
23 }
24}
25
26pub trait Minimal {

Callers

nothing calls this directly

Calls 1

popFunction · 0.70

Tested by

no test coverage detected