Skip to main content
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
method RedBlackTree.prototype.insert
import { RedBlackTree } from "https://deno.land/std@0.203.0/collections/unstable/red_black_tree.ts";

Adds the value to the binary search tree if it does not already exist in it. Returns true if successful.

Parameters

value: T

Returns

boolean