Module test

Source
Expand description

Data structures and algorithms for testing purposes.

Structs§

TestNode
A minimal Node implementation.

Enums§

Level

Functions§

compute_level
Recursively calculate the level of this node and check whether it is balanced.