Let P be a shortest path from some vertex s to some other vertex t in a directed graph. If the weight of each edge in the graph is increased by one, P will still be a shortest path from s to t. T/F
Check the figure !!
Absolutely False.....
Think in the terms of number of edges involved in the path.....More the number of edges higher the increase in the path. So definitely it is possible that some other path with less number of edges became the shortest path.