See Jamboard
A maximum spanning tree of a weighted, undirected graph is a spanning tree of maximum weight. (One way to find one is to replace all the weights \(w\) with \(N-w\) for some large \(N\), and then use one of the MST algorithms.)
The width of a path in a weighted, undirected graph is the minimum weight of any edge in the path.
Suppose you have a weighted, undirected graph whose edges are have weights \(1,2,3,\ldots |E|\).