Question: Problem Complete the function treeHeight() to take in a root node of a tree and return the height of the tree. CODE: def treeHeight(root): #

Problem
Complete the function treeHeight() to take in a root node of a tree and return the height of the tree.
CODE:
def treeHeight(root): # TODO?
Instructions from your teacher: Problem Complete the function treeHeight() to take in a root node of a tree and 1 def treeHeight (root): 2 return the height of the tree
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
