Topic: Tree Problem / Level: advanced

Problem: Create a function to find the diameter of a binary search tree using recursion.

Run the code to see the output here...