Title :
Solving the all-pair shortest path problem on interval and circular-arc graphs
Author :
Chen, Danny Z. ; Lee, D.T.
Author_Institution :
Dept. of Comput. Sci. & Eng., Notre Dame Univ., IN, USA
Abstract :
We show that, given the interval model of an unweighted n-vertex interval graph, the information for the all-pair shortest paths can be made available very efficiently, both in parallel and sequentially. After sorting the input intervals by their endpoints, an O(n) space data structure can be constructed optimally in parallel, in O(log n) time using O(n/log n) CREW PRAM processors. Using the data structure, a query on the length of the shortest path between any two input intervals can be answered in O(1) time using one processor, and a query on the actual shortest path can be answered in O(1) time using k processors, where k is the number of intervals on that path. Our parallel algorithm immediately implies a new sequential result: After an O(n) time preprocess, shortest paths can be reported optimally. Our techniques can be extended to solve the problem on circular-arc graphs, both in parallel and sequentially, in the same complexity bounds. The previously best known sequential algorithm for computing the all-pair shortest paths in interval graphs lakes O(n2) time and uses O(n2 ) space to store the lengths of the all-pair shortest paths
Keywords :
computational complexity; computational geometry; graph theory; parallel algorithms; CREW PRAM processors; all-pair shortest path problem; circular-arc graphs; complexity bounds; data structure; input intervals; interval graphs; parallel algorithm; sorting; time complexity; unweighted n-vertex interval graph; Biological control systems; Biological system modeling; Computational biology; Computer science; Data structures; Phase change random access memory; Sequences; Shortest path problem; Sorting; Very large scale integration;
Conference_Titel :
Parallel Processing Symposium, 1994. Proceedings., Eighth International
Conference_Location :
Cancun
Print_ISBN :
0-8186-5602-6
DOI :
10.1109/IPPS.1994.288297