SHORTEST-PATH RECONSTRUCTION ALGORITHMS

被引:1
|
作者
KHOONG, CM
机构
[1] Information Technology Inst, Singapore
来源
COMPUTER JOURNAL | 1993年 / 36卷 / 06期
关键词
D O I
10.1093/comjnl/36.6.588
中图分类号
TP3 [计算技术、计算机技术];
学科分类号
0812 ;
摘要
The shortest path problem in graphs is well known in computer science and operations research. This paper studies the problem of computing shortest paths between pairs of vertices in an n-vertex graph, given only the all pairs shortest paths distance matrix. This computation is called a reconstruction, since the algorithm has no access to explicit information about edges in the original graph. We present the following results: 1. A shortest path between a single pair of vertices can be reconstructed in O(n log n) time. 2. Shortest paths between all pairs of vertices can be reconstructed in O(n3) time. 3. A shortest path between a single pair of vertices can be reconstructed in O((log n)2) time on an exclusive read, exclusive write parallel random access machine (EREW PRAM) with n/log n processors. 4. Shortest paths between all pairs of vertices can be reconstructed in O(n2) time on an EREW PRAM with n processors. The significance of our results is in showing that the all pairs shortest paths distance matrix provides highly useful information on the original graph, which can be extracted very simply and efficiently. It is also hoped that this work would lead to new information theoretic insights on data structures in general.
引用
收藏
页码:588 / 592
页数:5
相关论文
共 50 条