previous | start | next

The get operation on a BST

The get method returns the value associated with a key or null if the key is not in the BST.

To compute the value associated with a key in a BST:



previous | start | next