get_max_balance Interface

interface


Calls

interface~~get_max_balance~~CallsGraph interface~get_max_balance get_max_balance proc~get_max_balance get_max_balance interface~get_max_balance->proc~get_max_balance

private module function get_max_balance(this) result(max_balance)

Arguments

Type IntentOptional AttributesName
class(aabbtree_t), intent(in) :: this

An aabbtree_t instance.

Return Value integer

Return value.

Description

Returns the maximum difference between the height of two children of a node.