Skip to content

Commit 1bb6d26

Browse files
authored
fix I001 Error for ford_fulkerson.py
1 parent a436886 commit 1bb6d26

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

networking_flow/ford_fulkerson.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
(2) Choose the augmenting path from source to sink and add the path to flow
88
"""
99

10-
from collections import deque
11-
1210

1311
graph = [
1412
[0, 16, 13, 0, 0, 0],

0 commit comments

Comments
 (0)