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