Topic: Tree Problem / Level: advanced

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

Run the code to see the output here...