Define a new class named BSTWithHeight that extends BST with the following method: /** Return the height

Question:

Define a new class named BSTWithHeight that extends BST with the following method: 

/** Return the height of this binary tree */
public int height()
Use https://liveexample.pearsoncmg.com/test/Exercise25_01.txt to test your code.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: