method BinarySearchTree.prototype.max
BinarySearchTree.prototype.max(): T | nullReturns the maximum value in the binary search tree or null if empty.
Return Type
T | nullBinarySearchTree.prototype.max(): T | nullReturns the maximum value in the binary search tree or null if empty.
T | null