In weighted graphs, if shortest path is asked to be calculated .. and it's possible that any 2 nodes have multiple edges with different weights connecting them.
On applying Floyd-Warshall algorithm or Dijkstra's algorithm : If there are multiple edges between 2 nodes, Can we take the minimum weighted edge and neglect the others ?
If so, can anyone prove that ? Thanks in advance