method BinarySearchTree.prototype.lrnValues
BinarySearchTree.prototype.lrnValues(): IterableIterator<T>Returns an iterator that uses post-order (LRN) tree traversal for retrieving values from the binary search tree.
Return Type
IterableIterator<T>BinarySearchTree.prototype.lrnValues(): IterableIterator<T>Returns an iterator that uses post-order (LRN) tree traversal for retrieving values from the binary search tree.
IterableIterator<T>