copy_subtree_into_children#

BinTreeNode.copy_subtree_into_children(left: bool = True, right: bool = True)#

Replace each child by a copy of the subtree starting at this node.