码迷,mamicode.com
首页 >  
搜索关键字:子数组    ( 1941个结果
《Cracking the Coding Interview》——第17章:普通题——题目8
2014-04-28 23:35题目:最大子数组和问题。解法:O(n)解法。代码: 1 // 17.8 Find the consecutive subarray with maximum sum in an array. 2 // O(n) online algorithm. 3 #include...
分类:其他好文   时间:2014-04-29 16:35:28    阅读次数:429
1941条   上一页 1 ... 193 194 195
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!