Reconstructing a Minimum Spanning Tree after Deletion of Any Node

Reconstructing a Minimum Spanning Tree after Deletion of Any Node

0.00 Avg rating0 Votes
Article ID: iaor20121077
Volume: 31
Issue: 4
Start Page Number: 530
End Page Number: 547
Publication Date: Dec 2001
Journal: Algorithmica
Authors: ,
Keywords: combinatorial optimization, graphs, networks, heuristics
Abstract:

Updating a minimum spanning tree (MST) is a basic problem for communication networks. In this paper we consider single node deletions in MSTs. Let G=(V,E) be an undirected graph with n nodes and m edges, and let T be the MST of G . For each node v in V , the node replacement for v is the minimum weight set of edges R(v) that connect the components of T‐v . We present a sequential algorithm and a parallel algorithm that find R(v) for all V simultaneously. The sequential algorithm takes O(m log n) time, but only O(m α (m,n)) time when the edges of E are presorted by weight. The parallel algorithm takes O(log 2 n) time using m processors on a CREW PRAM.

Reviews

Required fields are marked *. Your email address will not be published.