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