dazheng / hopcroftKarp

a module to find a maximum matching in bipartite graphs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hopcroft-Karp

二分图最大匹配Hopcroft-Karp算法go语言实现。是将 https://github.com/sofiatolaosebikan/hopcroftkarp 中的python实现改为go实现。

Installation

go get -u github.com/dazheng/hopcroftkarp

参考资料

About

a module to find a maximum matching in bipartite graphs


Languages

Language:Go 100.0%