Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/douchuan/algorithm
/ left_key
Method
left_key
src/tree/binary/node.rs:277–279 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
275
}
276
277
pub fn left_key(&self) -> Option<&K> {
278
self.left().get_key()
279
}
280
281
pub fn right_key(&self) -> Option<&K> {
282
self.right().get_key()
Callers
3
pred
Function · 0.80
replace_max_by_min
Function · 0.80
setup_new_max
Function · 0.80
Calls
2
get_key
Method · 0.80
left
Method · 0.45
Tested by
no test coverage detected