由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
CS版 - About the optimal algorithms on matching
相关主题
[转载] 最好的max-weighted bipartite matching的复杂度是?question about google algorithm/architecture (转载)
shortest path algorithm(dijkstra)的变形问个学术问题,optimizaion问题
Google 电面 algorithm 问题谁有什么solution吗?
Re: [转载] 最好的max-weighted bipartite match推荐几本理论的书吧
Question about Bipartite Graphs[转载] CS interview question
How to organize the algorithmA question on NP-hard, maybe sound stupid
Algorithm 课程及教材选择疑问 (转载)求教 优化算法 迫切等待。多谢
关于计算机算法杂志Transportation problem
相关话题的讨论汇总
话题: matching话题: algorithms话题: about话题: bipartite话题: optimal
进入CS版参与讨论
1 (共1页)
d*******g
发帖数: 36
1
Hi, guys,
Could anyone tell me about the optimal or fast known algorithms on maximum
bipartite matching and maximum weighted bipartite matching?
I mean their time complexities.
Thanks in advance.
l******e
发帖数: 153
2
hungarian is O(N^3)

【在 d*******g 的大作中提到】
: Hi, guys,
: Could anyone tell me about the optimal or fast known algorithms on maximum
: bipartite matching and maximum weighted bipartite matching?
: I mean their time complexities.
: Thanks in advance.

d*******g
发帖数: 36
3

But it seems there are algorithms with O(|E|\sqrt(|V|)) for maximum bipartite
matching and algorithms with O(|V|*(|E|+|V|log|V|)) for its weighted version.

【在 l******e 的大作中提到】
: hungarian is O(N^3)
l******e
发帖数: 153
4
that's right, I didn't mean hungary is the fastest. thought it is frequently
used. maybe the best thing is that you can find online code for it :)

bipartite
version.

【在 d*******g 的大作中提到】
:
: But it seems there are algorithms with O(|E|\sqrt(|V|)) for maximum bipartite
: matching and algorithms with O(|V|*(|E|+|V|log|V|)) for its weighted version.

1 (共1页)
进入CS版参与讨论
相关主题
Transportation problemQuestion about Bipartite Graphs
问一下primitive recursive function等于哪些其它的complexity class?How to organize the algorithm
请问哪里有introduction to complexity的习题解答?Algorithm 课程及教材选择疑问 (转载)
[合集] 谁来给CS定义一下最基本的知识结构吧?关于计算机算法杂志
[转载] 最好的max-weighted bipartite matching的复杂度是?question about google algorithm/architecture (转载)
shortest path algorithm(dijkstra)的变形问个学术问题,optimizaion问题
Google 电面 algorithm 问题谁有什么solution吗?
Re: [转载] 最好的max-weighted bipartite match推荐几本理论的书吧
相关话题的讨论汇总
话题: matching话题: algorithms话题: about话题: bipartite话题: optimal