摘要
提出一种解决连通网络图上连通支配集(CDS)问题的贪心近似算法。利用堆结构逐步选出支配节点,将支配节点加入由之前已确定节点组成的树中,完成网络图中支配树的构造。通过计算堆操作次数,分析算法在平均情况下的时间复杂度。在随机网络模型上的模拟实验结果表明,与已有算法相比,该算法可以得到点数更少的连通支配集。
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.
出处
《计算机工程》
CAS
CSCD
北大核心
2011年第2期54-56,共3页
Computer Engineering
基金
甘肃省科技攻关计划基金资助项目(2GS035-A052-011)
关键词
最小连通支配集
堆
CDT算法
Minimum Connected Dominating Set(MCDS)
heap
CDT algorithm