Method IsBalanced(ITreeRedbObject)
Checks if polymorphic tree is balanced (subtree depth difference does not exceed 1).
public static bool IsBalanced(this ITreeRedbObject root)
Checks if polymorphic tree is balanced (subtree depth difference does not exceed 1).
public static bool IsBalanced(this ITreeRedbObject root)