copy_subtree#

BinTreeNode.copy_subtree() Node#

Copy the subtree starting at this node. The returned subtree is not connected to the original tree.

Returns#

Node

Root of the new subtree.