Given a binary tree, count the number of occurrences where there are two nodes with the same horizontal distance.

 Given a binary tree, count the number of occurrences where there are two nodes with the same horizontal distance.


Comments