id: 06028420 dt: j an: 06028420 au: Gfeller, Beat ti: Faster swap edge computation in minimum diameter spanning trees. so: Algorithmica 62, No. 1-2, 169-191 (2012). py: 2012 pu: Springer-Verlag New York Inc., New York la: EN cc: ut: graph algorithms; minimum diameter spanning tree; transient edge failures; fault tolerance ci: li: doi:10.1007/s00453-010-9448-3 ab: Summary: In network communication systems, frequently messages are routed along a minimum diameter spanning tree (MDST) of the network, to minimize the maximum travel time of messages. When a $transient$ failure disables an edge of the MDST, the network is disconnected, and a temporary replacement edge must be chosen, which should ideally minimize the diameter of the new spanning tree. Such a replacement edge is called a {\it best swap}. Preparing for the failure of any edge of the MDST, the all-best-swaps (ABS) problem asks for finding the best swap for every edge of the MDST. Given a 2-edge-connected weighted graph $G=(V,E)$, where $|V|=n$ and $|E|=m$, we solve the ABS problem in $O(m \log n)$ time and $O(m)$ space, thus considerably improving upon the decade-old previously best solution, which requires $O(n\sqrt{m})$ time and $O(m)$ space, for $m=o(n ^{2}/\log ^{2} n)$. rv: