import { RedBlackTree } from "https://deno.land/std@0.222.1/data_structures/mod.ts";
Creates a new red-black tree from an array like or iterable object.
import { RedBlackTree } from "https://deno.land/std@0.222.1/data_structures/mod.ts";
Creates a new red-black tree from an array like or iterable object.