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

Class AVLTree

src/data_structures/avl_tree.rs:21–24  ·  view source on GitHub ↗

A set based on an AVL Tree. An AVL Tree is a self-balancing binary search tree. It tracks the height of each node and performs internal rotations to maintain a height difference of at most 1 between each sibling pair.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected