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

Method succ

src/data_structures/veb_tree.rs:128–162  ·  view source on GitHub ↗

Returns the next greatest value(successor) in the tree after pred. Returns `None` if there is no successor.

(&self, pred: u32)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

nextMethod · 0.80

Calls 4

lowMethod · 0.80
highMethod · 0.80
emptyMethod · 0.45
indexMethod · 0.45

Tested by

no test coverage detected