Skip to content

Commit 4cc2084

Browse files
committed
updation in ford_fulkerson_algorithm
1 parent 216a14c commit 4cc2084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pydatastructs/graphs/tests/test_algorithms.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,8 @@ def _test_max_flow(ds, algorithm):
450450
_test_max_flow("Matrix", "edmonds_karp")
451451
_test_max_flow("List", "dinic")
452452
_test_max_flow("Matrix", "dinic")
453+
_test_max_flow("List", "ford_fulkerson")
454+
_test_max_flow("Matrix", "ford_fulkerson")
453455

454456

455457
def test_find_bridges():

0 commit comments

Comments
 (0)