4.33 Write a recursive method that takes a reference to the root node of a tree T and returns a reference to the root node of the tree that results from removing all leaves from T.
 
 
View Solution
 
 
 
<< Back Next >>