Skip to content

Commit eda1fbd

Browse files
committed
Adds test for AdjMatrix
1 parent 4b771c6 commit eda1fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pydatastructs/graphs/tests/test_algorithms.py

+1
Original file line numberDiff line numberDiff line change
@@ -449,3 +449,4 @@ def _test_max_flow(ds, algorithm):
449449
_test_max_flow("List", "dinic")
450450
_test_max_flow("Matrix", "dinic")
451451
_test_max_flow("List", "ford_fulkerson")
452+
_test_max_flow("Matrix", "ford_fulkerson")

0 commit comments

Comments
 (0)