8000 camel case for this file · jeffmikels/python@5475939 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5475939

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphs/Ford-Fulkerson.py renamed to graphs/ford_fulkerson.py

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)
0