Question: * * * No STLs are allowed * * * ( 5 points ) Write a function to compute the balance factor for every node

*** No STLs are allowed ***
(5 points) Write a function to compute the balance factor for every node in a binary tree. The balance factor of a node is the difference between the height of the right subtree and the height of the left subtree. You may use the following example as a test case.
Sample input tree (values are not important): in C++
* * * No STLs are allowed * * * ( 5 points )

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!