Skip to content

Commit a436886

Browse files
authored
Change ford_fulkerson.py
1 parent d2e5cc7 commit a436886

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

networking_flow/ford_fulkerson.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
from collections import deque
1111

12+
1213
graph = [
1314
[0, 16, 13, 0, 0, 0],
1415
[0, 0, 10, 12, 0, 0],

0 commit comments

Comments
 (0)