OpenGenus/cosmos
GitHub で見るcan i add kuhn's algo for maximum bipartite checking?[C++]
Open
#624 opened on 2017年10月5日
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- (13,462 stars)
- PR merge metrics
- (30d に merged PR はありません)
説明
the algorithm finds maximum bipartite matching in the bipartite graph without using maximum flow algorithm and use naive dfs to do that.