Given a binary tree, find out whether it contains a duplicate sub-tree of size two or more, or not. You don't need to read input or print anything. Your task is to complete the function dupSub() which ...