作者投稿和查稿 主编审稿 专家审稿 编委审稿 远程编辑

计算机工程 ›› 2011, Vol. 37 ›› Issue (2): 54-56. doi: 10.3969/j.issn.1000-3428.2011.02.019

• 软件技术与数据库 • 上一篇    下一篇

基于堆的最小连通支配集高效近似算法

赵学锋,杨海斌,张贵仓   

  1. (西北师范大学数学与信息科学学院,兰州 730070)
  • 出版日期:2011-01-20 发布日期:2011-01-25
  • 作者简介:赵学锋(1965-),男,副教授、硕士,主研方向:网络算法设计;杨海斌,硕士研究生;张贵仓,教授、博士
  • 基金资助:
    甘肃省科技攻关计划基金资助项目(2GS035-A052-011)

Efficient Approximation Algorithm for Minimum Connected Dominating Set Based on Heap

ZHAO Xue-feng, YANG Hai-bin, ZHANG Gui-cang   

  1. (College of Mathematics and Information Science, Northwest Normal University, Lanzhou 730070, China)
  • Online:2011-01-20 Published:2011-01-25

摘要: 提出一种解决连通网络图上连通支配集(CDS)问题的贪心近似算法。利用堆结构逐步选出支配节点,将支配节点加入由之前已确定节点组成的树中,完成网络图中支配树的构造。通过计算堆操作次数,分析算法在平均情况下的时间复杂度。在随机网络模型上的模拟实验结果表明,与已有算法相比,该算法可以得到点数更少的连通支配集。

关键词: 最小连通支配集, 堆, CDT算法

Abstract: This paper proposes a greedy approximation algorithm to solve Connected Dominating Set(CDS) problem in connected graphs. It uses ordinary heap to repeatedly select a dominating node and adds it to the tree formed by the determined nodes, so that a dominating tree for the graph is constructed. Its time complexity is analyzed in the average case by calculating the number of the heap operations. Experimental results on random network models show that compared with the existing algorithms, CDS constructed by the proposed algorithm is with smaller size.

Key words: Minimum Connected Dominating Set(MCDS), heap, CDT algorithm

中图分类号: