Skip to main content
Go to Latest
method BSTree.prototype.min
import { BSTree } from "https://deno.land/std@0.147.0/collections/bs_tree.ts";

Returns the minimum value in the binary search tree or null if empty.

Returns

T | null