Given a binary tree (not necessarily a binary search tree ) with root node and a particular node, how to find a leaf node which is nearest to the given node ??
Is there any specific algorithm or modification of existing algorithm for this problem ??