maximum.BST {Containers}R Documentation

Inspect the Largest Element of a Binary Search Tree

Description

This method returns the largest element of a BST.

Details

largest = aBST$maximum()

Value

maximum returns the largest element of the BST in question, or NULL if the BST is empty.

Author(s)

John Hughes


[Package Containers version 1.2 Index]