Topic: Tree Problem / Level: beginner

Problem: Write a program to find the first node in a binary search tree that has a specific value.

Run the code to see the output here...