Leetcode 经典题 Best Time to Buy and Sell Stock III...
分类:
其他好文 时间:
2014-09-20 20:40:19
阅读次数:
208
Problem Description
《Dream of the Red Chamber》(also 《The Story of the Stone》) is one of the Four Great Classical Novels of Chinese literature, and it is commonly regarded as the best one. This novel ...
分类:
其他好文 时间:
2014-09-20 18:59:59
阅读次数:
194
Leetcode 经典题Best Time to Buy and Sell Stock||...
分类:
其他好文 时间:
2014-09-20 14:05:47
阅读次数:
155
Leetcode 经典题 Best Time to Buy and Sell Stock...
分类:
其他好文 时间:
2014-09-20 10:02:17
阅读次数:
126
poj1699:http://poj.org/problem?id=1699题意:给你nge串,让你求出这些串组成的最小的串重叠部分只算一次。题解:我的做法是DFS,因为数据范围只有10,就算是n!也只有300多万,加上剪枝,就可以过了。 1 #include 2 #include 3 #inclu...
分类:
其他好文 时间:
2014-09-19 19:18:25
阅读次数:
181
query-min-max-successor-of-bst
分类:
其他好文 时间:
2014-09-18 16:05:54
阅读次数:
278
HDU 1898 Sempr == The Best Problem Solver?(数学题)...
分类:
其他好文 时间:
2014-09-16 20:40:54
阅读次数:
257
1628: [Usaco2007 Demo]City skylineTime Limit: 5 SecMemory Limit: 64 MBSubmit: 256Solved: 210[Submit][Status]DescriptionThe best part of the day for Fa...
分类:
其他好文 时间:
2014-09-15 21:05:59
阅读次数:
237
因为一看到有关子串就主动的联想后缀数组所有后缀的前缀去重后就是所有子串(好像是废话)这样就可以得到每个后缀的子串个数。二分查找到第k个所在的位置。在二分处理所有可以出现该串的sa区间。最小就是维护sa数组。 1 //rank从0开始 2 //sa从1开始,因为最后一个字符(最小的)排在第0位 ...
分类:
其他好文 时间:
2014-09-15 14:10:49
阅读次数:
202
zencart批量设置某分类下热卖商品数 best sellerupdate products set products_ordered=products_ordered+10 where master_categories_id=1;update products set products_ord...
分类:
其他好文 时间:
2014-09-15 14:06:28
阅读次数:
148