由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Computation版 - 急问,网络图论问题!!!
相关主题
ask a mathematica plotting quesiton[JNPT]加航将暂时终止印度航线 全力经营中国航线
高维 PCAPaper help! THanks!
关于 coding interview - 思路简单,编码困难,如何是好?有没有大牛明白Ahuja compensation的工作原理?
想请问以下F家DS的面经可以么?同时发点OR运筹,算法和coding方面的面经。Windows takes 7.5% of the tablet market in first quarter sh (转载)
问一个关于minimum spanning tree的问题Windows takes 7.5% of the tablet market in first quarter sh (转载)
忍不住了,说两句 (转载)windows动态磁盘 (转载)
How to sort a map in C++ STL based on Value, instead of KeyHow to compute Life Time Value for a customer?
特斯拉的老印应该跟Elon关系不错澳门赌王何鸿燊之子去俄罗斯开最大赌场
相关话题的讨论汇总
话题: spanning话题: samllest话题: tree话题: balanced话题: arc
进入Computation版参与讨论
1 (共1页)
s****a
发帖数: 143
1
The question is to find the balanced spanning tree in O(m*m) , which is the
quesiton in chapeter 13--34 in Ahuja's book: network flow.
Balanced spanning tree is the spanning tree whose difference between the
maximum arc cost and the minimum arc cost is the least one.

Now, I can only find algorithm in O(n*m*m). My method is set every acr as the
samllest one, then cancle the arcs less than it. Then, apply Prim's algorithm.
Finally. choose the samllest one from solutions we will get.

How can I
1 (共1页)
进入Computation版参与讨论
相关主题
澳门赌王何鸿燊之子去俄罗斯开最大赌场问一个关于minimum spanning tree的问题
涉薄谷案法建筑师返回柬埔寨忍不住了,说两句 (转载)
FBI也太不严谨了,名字都搞错了How to sort a map in C++ STL based on Value, instead of Key
【2019年3月4日 200 个股票的短期谷底高峰预测】 (转载)特斯拉的老印应该跟Elon关系不错
ask a mathematica plotting quesiton[JNPT]加航将暂时终止印度航线 全力经营中国航线
高维 PCAPaper help! THanks!
关于 coding interview - 思路简单,编码困难,如何是好?有没有大牛明白Ahuja compensation的工作原理?
想请问以下F家DS的面经可以么?同时发点OR运筹,算法和coding方面的面经。Windows takes 7.5% of the tablet market in first quarter sh (转载)
相关话题的讨论汇总
话题: spanning话题: samllest话题: tree话题: balanced话题: arc