## Abstract The spanning tree maintenance problem for an LAN model in which node processors may halt and recover is considered. An algorithm meeting the conditions that the spanning tree is an __L__βary complete tree and that nodes halt or recover singly is presented. The message complexity of this
Complexity of computation of a spanning tree enumeration algorithm
β Scribed by Jayakumar, R.; Thulasiraman, K.; Swamy, M.
- Book ID
- 114613633
- Publisher
- IEEE
- Year
- 1984
- Weight
- 1018 KB
- Volume
- 31
- Category
- Article
- ISSN
- 0098-4094
No coin nor oath required. For personal study only.
π SIMILAR VOLUMES
We study the expected performance of Prim's minimum spanning tree (MST) algorithm implemented using ordinary heaps. We show that this implementation runs in linear or almost linear expected time on a wide range of graphs. This helps to explain why Prim's algorithm often beats MST algorithms which ha
As is well known, the strategy of divide-and-conquer is widely used in problem solving. The method of partitioning is also a fundamental strategy for the design of a parallel algorithm. The problem of enumerating the spanning trees of a graph arises in several contexts such as computer-aided design
We present a simple and implementable algorithm that computes a minimum spanning tree of an undirected weighted graph \(G=(V, E)\) of \(n=|V|\) vertices and \(m=|E|\) edges on an EREW PRAM in \(O\left(\log ^{3 / 2} n\right)\) time using \(n+m\) processors. This represents a substantial improvement i