StTwister
February 13th, 2007, 12:04 PM
Hi,
Given a unweighted bidirectional graph, each edge labeled a positive integer (there can be more edges with the same label), how can I determine a spanning tree of the graph (if possible) that doesn't have more edges with the same label.
Can anyone point me towards a solution/algorithm?
Given a unweighted bidirectional graph, each edge labeled a positive integer (there can be more edges with the same label), how can I determine a spanning tree of the graph (if possible) that doesn't have more edges with the same label.
Can anyone point me towards a solution/algorithm?