We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c2e3e commit 5475939Copy full SHA for 5475939
1 file changed
graphs/Ford-Fulkerson.py graphs/ford_fulkerson.pygraphs/Ford-Fulkerson.py renamed to graphs/ford_fulkerson.py
@@ -94,4 +94,4 @@ def FordFulkerson(self, source, sink):
94
95
source = 0; sink = 5
96
97
-print ("The maximum possible flow is %d " % g.FordFulkerson(source, sink))
+print ("The maximum possible flow is %d " % g.FordFulkerson(source, sink))
0 commit comments