Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
method BinarySearchTree.prototype.traversePostOrder
Re-export
import { BinarySearchTree } from "https://deno.land/x/masx200_leetcode_test@10.2.1/deps.ts";

Parameters

cb: (node: BinarySearchTreeNode<T>) => void