Font Size: a A A

On the shortest path and minimum spanning tree problems

Posted on:2004-11-21Degree:Ph.DType:Dissertation
University:The University of Texas at AustinCandidate:Pettie, SethFull Text:PDF
GTID:1458390011958028Subject:Computer Science
Abstract/Summary:
The shortest path and minimum spanning tree problems are two of the classic textbook problems in combinatorial optimization. They are simple to describe and admit simple polynomial-time algorithms. However, despite years of concerted research effort, the asymptotic complexity of these problems remains unresolved.; The main contributions of this dissertation are a number of asymptotically faster algorithms for the minimum spanning tree and shortest path problems. Of equal interest, we provide some clues as to why these problems are so difficult. In particular, we show why certain modern approaches to the problems are doomed to have super-linear complexity.; A sampling of our results are listed below. We emphasize that all of our algorithms work with general graphs, and make no restrictive assumptions on the numerical representation of edge-lengths.; (1) A provably optimal deterministic minimum spanning tree algorithm. (We give a constructive proof that the algorithmic complexity of the minimum spanning tree problem is equivalent to its decision-tree complexity.) (2) An all-pairs shortest path algorithm for general graphs running in time O(mn + n2 log log n), where m and n are the number of edges and vertices. This provides the first improvement over approaches based on Dijkstra's algorithm. (3) An all-pairs shortest path algorithm for undirected graphs running in O( mn log alpha) time, where alpha = alpha(m, n) is the inverse-Ackermann function. (4) A single-source shortest path algorithm running in O(malpha + min{lcub} n log log r, n log n{rcub}) time, where r bounds the ratio of any two edge lengths. For r polynomial in n this is O(m + n log log n), an improvement over Dijkstra's algorithm. (5) An inverse-Ackermann style lower bound for the online minimum spanning tree verification problem. This is the first inverse-Ackermann type lower bound for a comparison-based problem. (6) An O( m + n log n) lower bound on any hierarchy-type single-source shortest path algorithm, implying that this type of algorithm cannot improve upon Dijkstra's algorithm. (All of our shortest path algorithms are of the hierarchy type.) (7) The first parallel minimum spanning tree algorithm that is optimal w.r.t. to both time and work. Our algorithm is for the EREW PRAM model. (8) A parallel, expected linear-work minimum spanning tree algorithm using only a polylogarithmic number of random bits. (9) An O(mn log alpha) bound on the comparison-addition complexity of all-pairs shortest paths. This is within a tiny log alpha factor of optimal when m = O(n).
Keywords/Search Tags:Shortest path, Minimum spanning tree, Log, Problem, Complexity
Related items