Skip to content

Commit 5475939

Browse files
authored
camel case for this file
1 parent 71c2e3e commit 5475939

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,4 +94,4 @@ def FordFulkerson(self, source, sink):
9494

9595
source = 0; sink = 5
9696

97-
print ("The maximum possible flow is %d " % g.FordFulkerson(source, sink))
97+
print ("The maximum possible flow is %d " % g.FordFulkerson(source, sink))

0 commit comments

Comments
 (0)