Topic: Tree Problem / Level: intermediate

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

Run the code to see the output here...