๐”– Bobbio Scriptorium
โœฆ   LIBER   โœฆ

A simpleO(n2) algorithm for the all-pairs shortest path problem on an interval graph

โœ Scribed by Mirchandani, Prakash


Publisher
John Wiley and Sons
Year
1996
Tongue
English
Weight
288 KB
Volume
27
Category
Article
ISSN
0028-3045

No coin nor oath required. For personal study only.

โœฆ Synopsis


Let G denote an interval graph with n vertices and unit weight edges. In this paper, we present a simple O(n') algorithm for solving the all-pairs shortest path problem on graph G . A recent algorithm for this problem has the same time-complexity but is fairly complicated to describe. However, our algorithm is concise to state, intuitive to understand, and easy to implement. 0 7996 John Wiley & Sons, Inc.


๐Ÿ“œ SIMILAR VOLUMES


Solving the all-pair shortest path query
โœ Chen, Danny Z.; Lee, D. T.; Sridhar, R.; Sekharan, Chandra N. ๐Ÿ“‚ Article ๐Ÿ“… 1998 ๐Ÿ› John Wiley and Sons ๐ŸŒ English โš– 118 KB ๐Ÿ‘ 1 views

In this paper, we study the following all-pair shortest path query problem: Given the interval model of an unweighted interval graph of n vertices, build a data structure such that each query on the shortest path (or its length) between any pair of vertices of the graph can be processed efficiently