Since the sum of the degrees in a t-node tree is 2t - 2,every tree has at least as many leaves as it has nodes of degree greater than 2.It follws that if we compute the minimum spanning tree on all sets of the form ,the cheapest among these will be the minimum Steiner tree. There are at most ... such sets to try,so the overall running time will be .