Private
Deletes a value from the BST
Helper method to recursively delete a node
Finds the maximum value node in a subtree
Finds the minimum value node in a subtree
Returns an in-order traversal of the BST
Helper method for in-order traversal
Inserts a value into the BST
Helper method to recursively insert a node
Returns true if the tree is empty
Returns the maximum value in the BST
Returns the minimum value in the BST
Returns a post-order traversal of the BST
Helper method for post-order traversal
Returns a pre-order traversal of the BST
Helper method for pre-order traversal
Searches for a value in the BST
Helper method to recursively search for a node
Static
Default comparator function
Generated using TypeDoc
Deletes a value from the BST