Given a binary tree, find out whether it contains a duplicate sub-tree of size two or more, or not. Note: Two same leaf nodes are not considered as subtree as size of a leaf node is one.