MCPcopy Create free account
hub / github.com/TheAlgorithms/Rust / merge

Function merge

src/data_structures/avl_tree.rs:158–166  ·  view source on GitHub ↗

Merges two trees and returns the root of the merged tree.

(left: Box<AVLNode<T>>, right: Box<AVLNode<T>>)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

build_recursiveMethod · 0.70
from_vecMethod · 0.70
removeFunction · 0.70

Calls 2

take_minFunction · 0.85
rebalanceMethod · 0.45

Tested by

no test coverage detected