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

Dominating tree construction in wireless networks using all-pair shortest paths in graph

โœ Scribed by Shi, L.-Y.; Peng, J.; Wang, Y.


Book ID
127216746
Publisher
The Institution of Electrical Engineers
Year
2011
Tongue
English
Weight
104 KB
Volume
47
Category
Article
ISSN
0013-5194

No coin nor oath required. For personal study only.


๐Ÿ“œ SIMILAR VOLUMES


On the All-Pairs-Shortest-Path Problem i
โœ R. Seidel ๐Ÿ“‚ Article ๐Ÿ“… 1995 ๐Ÿ› Elsevier Science ๐ŸŒ English โš– 318 KB

We present an algorithm, APD, that solves the distance version of the all-pairs-shortest-path problem for undirected, unweighted \(n\)-vertex graphs in time \(O(M(n) \log n)\), where \(M(n)\) denotes the time necessary to multiply two \(n \times n\) matrices of small integers (which is currently kno

All-pairs shortest paths for unweighted
โœ Chan, Timothy M. ๐Ÿ“‚ Article ๐Ÿ“… 2012 ๐Ÿ› Association for Computing Machinery ๐ŸŒ English โš– 182 KB

We revisit the all-pairs-shortest-paths problem for an unweighted undirected graph with __n__ vertices and __m__ edges. We present new algorithms with the following running times: { __O__ ( __mn__ /log __n__ ) if __m__ > __n__ log __n__ log log log __n__ __O__ ( __mn__ log log __n__ /log __n__ ) if