import { BinarySearchTree } from "https://deno.land/std@0.208.0/data_structures/mod.ts";
Removes the given node, and returns the node that was physically removed from the tree.
Parameters
node: BinarySearchNode<T>
Returns
BinarySearchNode<T> | null