Module avlsort::node[][src]

Expand description

The node of AVL tree.

Structs

AvlNode

The node of AVL tree.

Enums

DeltaDiff

Information on changing the height of tree.

Direction

When propagating tree height information, the direction of the child from which the information cames is indicated.