+1 (218) 451-4151
glass
pen
clip
papers
heaphones

Add support in LinkedBinaryTree for a method, pruneSubtree(p), that removes the entire subtree…

Add support in LinkedBinaryTree for a method, pruneSubtree(p), that removes the entire subtree…

Add support in LinkedBinaryTree for a method, pruneSubtree(p), that removes the entire subtree rooted at position p, making sure to maintain an accurate count of the size of the tree. What is the running time of your implementation?