Go to Latest
method BinarySearchTree.prototype.max
import { BinarySearchTree } from "https://dotland.deno.dev/std@0.215.0/data_structures/mod.ts";

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

Returns

T | null