A two way minimum spanning tree of a directed graph
Posted
by mvid
on Stack Overflow
See other posts from Stack Overflow
or by mvid
Published on 2010-05-10T06:20:38Z
Indexed on
2010/05/11
8:24 UTC
Read the original article
Hit count: 294
Given a directed graph with weighted edges, what algorithm can be used to give a sub-graph that has minimum weight, but allows movement from any vertex to any other vertex in the graph (under the assumption that paths between any two vertices always exist).
Does such an algorithm exist?
© Stack Overflow or respective owner