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

Method new

src/data_structures/veb_tree.rs:16–39  ·  view source on GitHub ↗

Create a new, empty VEB tree. The tree will contain number of elements equal to size rounded up to the nearest power of two.

(size: u32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

ceilMethod · 0.80
pushMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected