[1] For a directed graph, a similar problem is known as Minimum Bottleneck Spanning Arborescence (MBSA).
We define subset of minimum bottleneck spanning trees S′ such that for every Tj ∈ S′ and Tk ∈ S we have B(Tj) ≤ B(Tk) for all i and k.[2] The graph on the right is an example of MBST, the red edges in the graph form a MBST of G(V, E).
An MBST in this case is called a Minimum Bottleneck Spanning Arborescence (MBSA).
[3] [4] Camerini proposed[5] an algorithm used to obtain a minimum bottleneck spanning tree (MBST) in a given undirected, connected, edge-weighted graph in 1978.
Repeat this process until two (super) vertices are left in the graph and a single edge with smallest weight between them is to be added.
[5][4] Gabow and Tarjan provided a modification of Dijkstra's algorithm for single-source shortest path that produces an MBSA.
Another approach proposed by Tarjan and Gabow with bound of O(E log* V) for sparse graphs, in which it is very similar to Camerini’s algorithm for MBSA, but rather than partitioning the set of edges into two sets per each iteration, K(i) was introduced in which i is the number of splits that has taken place or in other words the iteration number, and K(i) is an increasing function that denotes the number of partitioned sets that one should have per iteration.