Skip to main content
Go to Latest
method BinarySearchTree.prototype.root
Re-export
import { BinarySearchTree } from "https://deno.land/x/masx200_leetcode_test@10.3.2/deps.ts";

Returns

BinarySearchTreeNode<T> | null