A modified version of minimum spanning tree
yaoziyuan_at_gmail.com
Date: 02/26/05
- Next message: el goog: "Re: A modified version of minimum spanning tree"
- Previous message: JXStern: "Re: Cerberus and Quine"
- Next in thread: el goog: "Re: A modified version of minimum spanning tree"
- Reply: el goog: "Re: A modified version of minimum spanning tree"
- Reply: Yao Ziyuan: "Re: A modified version of minimum spanning tree"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 26 Feb 2005 00:17:35 -0800
I have conceived a modified version of MST. I don't know if it's
already proposed and/or researched by others. The problem is here:
Given a graph G=(V,E) and a subset V' of V, find a tree T in G that
covers V' and has minimum total length. Note that this tree can include
other vertices than V' and any edges in G.
I have also made a similar geometry problem:
Given a set of points P on a plane, find another set of points Q and a
set of straight lines L that connect necessary points in the union set
of P and Q, so that all points in P are connected as a tree T and T has
minimum total length (in geometric distance).
Could anyone analyze these problems?
Best Regards,
Yao Ziyuan
- Next message: el goog: "Re: A modified version of minimum spanning tree"
- Previous message: JXStern: "Re: Cerberus and Quine"
- Next in thread: el goog: "Re: A modified version of minimum spanning tree"
- Reply: el goog: "Re: A modified version of minimum spanning tree"
- Reply: Yao Ziyuan: "Re: A modified version of minimum spanning tree"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|