method BinarySearchTree.prototype.maximport { BinarySearchTree } from "https://dotland.deno.dev/std@0.223.0/data_structures/mod.ts"; max(): T | nullReturns the maximum value in the binary search tree or null if empty. ReturnsT | null