中文

寻找 k-dominating 集的分布算法

分布式、并行与集群计算 2007-05-23 v1

摘要

我们考虑一个具有 n 个节点和 m 条边的连通无向图 G(n,m)G(n,m)kk-支配集 DD 是图 GG 中的一个节点集合,具有这样的属性:图 GG 中的每个节点距离至少一个节点在 DD 中的距离最多为 kk。寻找大小最小的 kk-支配集是 NP-hard 问题。我们给出一种新的同步分布算法,用于在 GG 中寻找大小不大于 n/(k+1)\lfloor n/(k+1)\rfloorkk-支配集。该算法需要 O(klogn)O(k\log^*n) 时间和 O(mlogk+nlogklogn)O(m\log k+n\log k\log^*n) 条消息。它具有与当前最佳已知算法相同的时间复杂度,但在消息复杂度方面取得了改进,并且在概念上也更为简单。

关键词

引用

@article{arxiv.cs/0309040,
  title  = {A distributed algorithm to find k-dominating sets},
  author = {L. D. Penso and V. C. Barbosa},
  journal= {arXiv preprint arXiv:cs/0309040},
  year   = {2007}
}

备注

To appear in Discrete Applied Mathematics