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

Method insert

src/data_structures/treap.rs:58–64  ·  view source on GitHub ↗

Adds a value to the tree Returns `true` if the tree did not yet contain the value.

(&mut self, value: T)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

from_iterMethod · 0.45

Calls 1

insertFunction · 0.70

Tested by

no test coverage detected