MCPcopy Index your code
hub / github.com/TheAlgorithms/Rust / remove

Method remove

src/data_structures/treap.rs:69–75  ·  view source on GitHub ↗

Removes a value from the tree. Returns `true` if the tree contained the value.

(&mut self, value: &T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 15

evalMethod · 0.45
mex_using_setFunction · 0.45
assert_valid_permutationFunction · 0.45
strand_sortFunction · 0.45
patience_sortFunction · 0.45
move_to_front_encodeFunction · 0.45
move_to_front_decodeFunction · 0.45
validFunction · 0.45
dijkstraFunction · 0.45
prufer_encodeFunction · 0.45

Calls 1

removeFunction · 0.70

Tested by 1

validFunction · 0.36