Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method BinarySearchTree.prototype.lrnValues
Re-export
import { BinarySearchTree } from "https://deno.land/std@0.208.0/data_structures/mod.ts";

Returns an iterator that uses post-order (LRN) tree traversal for retrieving values from the binary search tree.

Returns

IterableIterator<T>