minimum.BST {Containers}R Documentation

Inspect the Smallest Element of a Binary Search Tree

Description

This method returns the smallest element of a BST.

Details

smallest = aBST$minimum()

Value

minimum returns the smallest element of the BST in question, or NULL if the BST is empty.

Author(s)

John Hughes


[Package Containers version 1.2 Index]