Skip to main content
Go to Latest
method BinarySearchTree.prototype.removeNode
Re-export
import { BinarySearchTree } from "https://deno.land/std@0.216.0/data_structures/mod.ts";

Removes the given node, and returns the node that was physically removed from the tree.