<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>坚果岛的技术乐园 - Algorithm</title><link>http://blog.csdn.net/alexmajy/category/143984.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Thu, 17 Jan 2008 00:45:16 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>马峻岩</dc:creator><title>Cost Minimization for Dynamic Multicast without Rerouting</title><link>http://blog.csdn.net/alexmajy/archive/2005/08/29/467018.aspx</link><pubDate>Mon, 29 Aug 2005 01:56:00 GMT</pubDate><guid>http://blog.csdn.net/alexmajy/archive/2005/08/29/467018.aspx</guid><wfw:comment>http://blog.csdn.net/alexmajy/comments/467018.aspx</wfw:comment><comments>http://blog.csdn.net/alexmajy/archive/2005/08/29/467018.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexmajy/comments/commentRss/467018.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467018</trackback:ping><description>Cost Minimization for Dynamic Multicast without Rerouting&lt;img src ="http://blog.csdn.net/alexmajy/aggbug/467018.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>马峻岩</dc:creator><title>Finding the Longest Nondecreasing Subsequence of A Given Sequence:An analysis of dynamic programming</title><link>http://blog.csdn.net/alexmajy/archive/2005/08/29/467017.aspx</link><pubDate>Mon, 29 Aug 2005 01:54:00 GMT</pubDate><guid>http://blog.csdn.net/alexmajy/archive/2005/08/29/467017.aspx</guid><wfw:comment>http://blog.csdn.net/alexmajy/comments/467017.aspx</wfw:comment><comments>http://blog.csdn.net/alexmajy/archive/2005/08/29/467017.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexmajy/comments/commentRss/467017.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467017</trackback:ping><description>Finding the Longest Nondecreasing Subsequence of A Given Sequence:An analysis of dynamic programming&lt;img src ="http://blog.csdn.net/alexmajy/aggbug/467017.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>马峻岩</dc:creator><title>常用算法设计方法</title><link>http://blog.csdn.net/alexmajy/archive/2005/08/29/467016.aspx</link><pubDate>Mon, 29 Aug 2005 01:52:00 GMT</pubDate><guid>http://blog.csdn.net/alexmajy/archive/2005/08/29/467016.aspx</guid><wfw:comment>http://blog.csdn.net/alexmajy/comments/467016.aspx</wfw:comment><comments>http://blog.csdn.net/alexmajy/archive/2005/08/29/467016.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/alexmajy/comments/commentRss/467016.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=467016</trackback:ping><description>要使计算机能完成人们预定的工作，首先必须为如何完成预定的工作设计一个算法，然后再根据算法编写程序。计算机程序要对问题的每个对象和处理规则给出正确详尽的描述，其中程序的数据结构和变量用来描述问题的对象，程序结构、函数和语句用来描述问题的算法。算法数据结构是程序的两个重要方面。 
算法是问题求解过程的精确描述，一个算法由有限条可完全机械地执行的、有确定结果的指令组成。指令正确地描述了要完成的任务和它们被执行的顺序。计算机按算法指令所描述的顺序执行算法的指令能在有限的步骤内终止，或终止于给出问题的解，或终止于指出问题对此输入数据无解。 
通常求解一个问题可能会有多种算法可供选择，选择的主要标准是算法的正确性和可靠性，简单性和易理解性。其次是算法所需要的存储空间少和执行更快等。 
算法设计是一件非常困难的工作，经常采用的算法设计技术主要有迭代法、穷举搜索法、递推法、贪婪法、回溯法、分治法、动态规划法等等。另外，为了更简洁的形式设计和藐视算法，在算法设计时又常常采用递归技术，用递归描述算法。&lt;img src ="http://blog.csdn.net/alexmajy/aggbug/467016.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>