Topic: Tree Problem / Level: advanced

Problem: Find the total number of leaf nodes in a binary search tree using recursion.

Run the code to see the output here...