import { RedBlackTree } from "https://deno.land/std@0.219.1/data_structures/mod.ts";
Adds the value to the binary search tree if it does not already exist in it. Returns true if successful.
import { RedBlackTree } from "https://deno.land/std@0.219.1/data_structures/mod.ts";
Adds the value to the binary search tree if it does not already exist in it. Returns true if successful.