Topic: Tree Problem / Level: intermediate

Problem: Implement a function to print all paths from the root to leaf nodes in a binary search tree.

Run the code to see the output here...