Computer Engineering and Applications ›› 2009, Vol. 45 ›› Issue (34): 41-43.DOI: 10.3778/j.issn.1002-8331.2009.34.013

• 研究、探讨 • Previous Articles     Next Articles

k-tree core problem with degree constraint in tree network

YANG Jian-fang1,LIU Jian-zhen1,HUANG Sun-qin2   

  1. 1.Institute of Operational Research & Cybernetics,Hangzhou Dianzi University,Hangzhou 310018,China
    2.Zhejiang Changzheng Professional & Technical College,Hangzhou 310023,China
  • Received:2008-07-08 Revised:2008-10-14 Online:2009-12-01 Published:2009-12-01
  • Contact: YANG Jian-fang

树状网络上带度约束的k-tree core问题

杨建芳1,刘建贞1,黄孙琴2   

  1. 1.杭州电子科技大学 理学院 运筹与控制研究所,杭州 310018
    2.浙江长征职业技术学院 基础部,杭州 310023
  • 通讯作者: 杨建芳

Abstract: According to background of actual application,the processing ability of each equipment is limited generally in the computer and correspondence networks.The article puts forward the k-tree core problem with degree constraint in a tree network,denoted as q-DTCk)(Degree constrained Tree Core).With the method of dynamic programming,adopting optimizing principle,it finds out local rooted cores.Then making use of greedy idea,the branch of node which is dissatisfied with degree constraint must be deleted.It takes Okn) and O(max{n log nkn}) time algorithm for unweighted tree and weighted tree.

Key words: tree core problem, dynamic programming, local rooted core, greed idea

摘要: 考虑到在实际应用中,由于计算机和通信网络中一般每个设备的处理能力是有限的,在k-tree core问题的基础上,提出了同时带有度约束的k-tree core问题,即k-tree core中的每个节点在子树中的度不超过给定常数q,记为q-DTCk)(Degree constrained Tree Core)。利用动态规划的方法,采用最优化原则先找出文中所定义的局部根核集,然后利用贪婪思想对不满足度限制的节点所在的分支加以删减,对无权树和赋权树得到了复杂度分别为Okn)和O(max{n log nkn})多项式时间算法,其中n是树的节点数。

关键词: tree core问题, 动态规划, 局部根核, 贪婪思想

CLC Number: