<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>贝高林的Blog - 数据结构与算法</title><link>http://blog.csdn.net/lin_bei/category/239443.aspx</link><description /><dc:language>zh-CN</dc:language><lastUpdateTime>Sun, 06 Jan 2008 14:48:00 GMT</lastUpdateTime><ttl>60</ttl><item><dc:creator>gaolinb</dc:creator><title>初识分治法，动态规划——中位数,Gray码与零钱问题</title><link>http://blog.csdn.net/lin_bei/archive/2007/04/15/1565575.aspx</link><pubDate>Sun, 15 Apr 2007 17:31:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2007/04/15/1565575.aspx</guid><wfw:comment>http://blog.csdn.net/lin_bei/comments/1565575.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2007/04/15/1565575.aspx#Feedback</comments><slash:comments>6</slash:comments><wfw:commentRss>http://blog.csdn.net/lin_bei/comments/commentRss/1565575.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1565575</trackback:ping><description>那些经典的算法，除了在理论上“认识”他们外，最主要是在思想上学会他们，接受他们，这样不知不觉地培养了我们一种严密的思维能力，并且运用所学知识结合具体问题设计适用的算法的能力。&lt;img src ="http://blog.csdn.net/lin_bei/aggbug/1565575.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>gaolin_bei</dc:creator><title>KMP字符串模式匹配详解</title><link>http://blog.csdn.net/lin_bei/archive/2006/09/20/1252686.aspx</link><pubDate>Wed, 20 Sep 2006 10:27:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2006/09/20/1252686.aspx</guid><wfw:comment>http://blog.csdn.net/lin_bei/comments/1252686.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2006/09/20/1252686.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lin_bei/comments/commentRss/1252686.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1252686</trackback:ping><description>KMP字符串模式匹配通俗点说就是一种在一个字符串中定位另一个串的高效算法。简单匹配算法的时间复杂度为O(m*n);KMP匹配算法。可以证明它的时间复杂度为O(m+n).。&lt;img src ="http://blog.csdn.net/lin_bei/aggbug/1252686.aspx" width = "1" height = "1" /&gt;</description></item><item><dc:creator>gaolin_bei</dc:creator><title>C++数组应用之特殊矩阵的压缩存储</title><link>http://blog.csdn.net/lin_bei/archive/2006/09/16/1231836.aspx</link><pubDate>Sat, 16 Sep 2006 20:31:00 GMT</pubDate><guid>http://blog.csdn.net/lin_bei/archive/2006/09/16/1231836.aspx</guid><wfw:comment>http://blog.csdn.net/lin_bei/comments/1231836.aspx</wfw:comment><comments>http://blog.csdn.net/lin_bei/archive/2006/09/16/1231836.aspx#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://blog.csdn.net/lin_bei/comments/commentRss/1231836.aspx</wfw:commentRss><trackback:ping>http://tb.blog.csdn.net/TrackBack.aspx?PostId=1231836</trackback:ping><description>在数值分析的计算中经常出现一些高阶矩阵，即矩阵中有很多值相同的元或零值元，为了节省存储空间，需要对它们进行"压缩存储" 
&lt;img src ="http://blog.csdn.net/lin_bei/aggbug/1231836.aspx" width = "1" height = "1" /&gt;</description></item></channel></rss>