Topic: Tree Problem / Level: intermediate

Problem: Find all nodes at distance k from a given node in a binary tree.

Run the code to see the output here...