import { BSTree } from "https://deno.land/std@0.135.0/collections/bs_tree.ts";
Returns the minimum value in the binary search tree or null if empty.
import { BSTree } from "https://deno.land/std@0.135.0/collections/bs_tree.ts";
Returns the minimum value in the binary search tree or null if empty.