期刊文献+

算法设计与分析课程中最大子段和问题的教学探讨 被引量:2

Discussion of Maximum Sub-Segment Sum Problem in Course of Design and Analysis of Algorithm
下载PDF
导出
摘要 介绍算法设计与分析课程中最大子段和问题的动态规划解法,其求解思想是先求给定序列中以每一个元素为尾元素的最大子段和,然后其中的最大者便是整个序列的最大子段和。从两个不同的角度分析最大子段和问题最优解的构造方法,给出最大子段和问题的动态规划算法,并分析算法的时间复杂度。通过这一问题的讲解,有助于学生明确动态规划方法的解题步骤,掌握动态规划算法的设计步骤。 The paper introduces a dynamic programming method of maxinmm sub-segment sum problem in the course of design and analysis of algorithm. The solution procedure is to solve the maximum sub-segment sum of each element used as the tail element in a given sequence firstly, and then one of the largest is the maximum sub-segment sum of the whole sequence. The paper analyzes the construction method of the optimal solution of the maximum sub-segment sum problem from two different facet, and presents the dynamic programruing algorithm of the maximum sub segment sum problem, also analyzes the time complexity of the algorithm. Through the explanation of this problem, it will help the students clear the solving steps of the dynamic programming method and master the design step of the dynamic programl'ning algorithm.
出处 《中国教育技术装备》 2013年第27期50-52,共3页 China Educational Technology & Equipment
基金 2012黑龙江科技学院教育教学改革工程项目"从学科知识体系出发 科学构建课程体系" 2012黑龙江科技学院教学研究项目"以ACM程序竞赛为契机 推动程序设计类课程群的改革"(项目编号:JY12-99) 2013年黑龙江科技大学教育教学改革工程项目"基于CDIO的软件工程专业课程群构建与评价考核改革研究"(项目编号:JY13-95) 2013年黑龙江科技大学教育教学改革工程项目"基于Greenfoot的java程序设计课程教学方法的改革和实践"(项目编号:JY13-99)的研究成果
关键词 最大子段和 动态规划 时间复杂度 maximum sub segment sum dynamic programming time complexity
  • 相关文献

参考文献1

二级参考文献1

共引文献2

同被引文献7

引证文献2

二级引证文献1

相关作者

内容加载中请稍等...

相关机构

内容加载中请稍等...

相关主题

内容加载中请稍等...

浏览历史

内容加载中请稍等...
;
使用帮助 返回顶部