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
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
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