Given an undirected unweighted graph G = (V, E) and an integer k ≥ 1, we consider the problem of computing the edge connectivities of all those (s, t) vertex pairs, whose edge connectivity is at most k. We present an algorithm with expected running time Õ(m + nk) for this problem, where |V | = n and |E| = m. Our output is a weighted tree T whose nodes are the sets V1, V2, . . . , V` of a partit...