Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
method BinarySearchTree.prototype.traversePostOrder
Re-export
import { BinarySearchTree } from "https://deno.land/x/masx200_leetcode_test@7.7.0/deps.ts";

Parameters

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