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

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