import { BinarySearchTree } from "https://deno.land/std@0.206.0/collections/unstable_binary_search_tree.ts";
Creates a new binary search tree from an array like or iterable object.
Parameters
collection: ArrayLike<T> | Iterable<T> | BinarySearchTree<T>