Given 4 nodes with edge values as stated below, is it possible to build a minimum spanning tree using Steiner tree?
[0] [1] [2] [3]
[0]
[1] 110
[2] 118 121
[3] 140 238 152
|
Given 4 nodes with edge values as stated below, is it possible to build a minimum spanning tree using Steiner tree?
|
|||||||
|