Topic: Tree Problem / Level: advanced

Problem: Create a function to find the longest path from any node to any leaf in a binary search tree.

Run the code to see the output here...