Explanation : Minimum sparring tree of G does not change,
because every edge weight is positive and distinct,
so to increase the value of each edge by same
constant value it does not change tree.
Q is false because path may be change. Here path
from B to C can. be via A but after increase by 1
path must be from B to C direct.
Example