Skip to main content
Go to Latest
method BinarySearchTree.prototype.lrnValues
Re-export
import { BinarySearchTree } from "https://deno.land/std@0.210.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>