find.BST {Containers}R Documentation

Search a Binary Search Tree

Description

This method searches a BST.

Details

e = aBST$find(target)

Value

find returns the found element, or NULL if the target element is absent.

Author(s)

John Hughes


[Package Containers version 1.2 Index]