Given a binary tree root node and a node value, get the sibling of that node.If the input node value is 10, its sibling is 25If the input node value is 7, its sibling is 15If the input node value is 16, its sibling is NULL