Programming projects carried out with @RHDMN and @Obbe
Programming Assignment 5: Implement the augmenting path algorithm to determine the maximum flow from s to t.
The output of your program should first contain the value of the maximum flow and then a list of all the arcs with the flow on that arc (one line per arc).