Finding the longest isometric cycle in a graph
暂无分享,去创建一个
A cycle in a graph G is isometric if the distance between two vertices in the cycle is equal to their distance in G. Finding the longest isometric cycle of a graph is then a natural variant of the problem of finding a longest cycle. While most variants of the longest cycle problem are NP-complete, we show that quite surprisingly, one can find a longest isometric cycle in a graph in polynomial time.
[1] David S. Johnson,et al. Computers and Intractability: A Guide to the Theory of NP-Completeness , 1978 .
[2] D. West. Introduction to Graph Theory , 1995 .
[3] Raymond E. Miller,et al. Complexity of Computer Computations , 1972 .
[4] Don Coppersmith,et al. Matrix multiplication via arithmetic progressions , 1987, STOC.