Problem:
Shortest Path and Maximal Flow Problem
1. Shortest Path and Maximal Flow Problem (30%): You are given the following directed network.
a. Let the numbers on the arcs represent distances and find the shortest path from node 1 to node 9.
b. Let the numbers represent flow capacity and find the maximum flow from node 1 to node 9.