SFU Java Code Project
Description
Implement the Max Flow algorithm: the Ford-Fulkerson Augmenting Pathalgorithm using the Edmonds-Karp Shortest Augmenting Path labelling algorithm.
Implement it in Java using the NetworkFlow.java file as a foundation.
Do not change the main function or the interface to FindMaxFlow(..).
You may add other functions in that file, but do not import any libraries or use otherfiles.
The java file will be provided