I have two problems; I have to find shortest path from an undirected, weighted graph
- sending goods to single destination
- sending goods to multiple destinations
Assume all edge weights are positve numbers.
Send me suitable algorithms for both problems.