AVLException class

Exception thrown if an AVL Search Tree fails validation.

public class AVLException : BSTException

Public Members

name description
AVLException(…) AVLException Constructor. (2 constructors)
Balance { get; } Invalid balance factor causing the exception.
Height { get; } Height of the node causing the exception.

See Also