If each pair of n subtrees of a tree T share a common vertex, show that all the subtrees share a common vertex. :
What is the given condition about the subtrees of a tree T?
a) Each subtree shares a common edge.
b) Each subtree shares a common root.
c) Each subtree shares a common vertex.
d) Each subtree shares a common leaf.