Skip to main content
Go to Latest
method BSTree.prototype.insertNode
import { BSTree } from "https://deno.land/std@0.139.0/collections/bs_tree.ts";

Parameters

Node: BSNode
value: T

Returns

BSNode<T> | null