Skip to content
5 changes: 4 additions & 1 deletion pydatastructs/graphs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
all_pair_shortest_paths,
topological_sort,
topological_sort_parallel,
max_flow
max_flow,
maximum_matching,
maximum_matching_parallel,
bipartite_coloring
)

__all__.extend(algorithms.__all__)
Loading
Loading