摘要:
Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of Sis 1000, and there exists one unique longest 阅读全文
摘要:
error while loading shared libraries: : cannot open shared object file: No such file or directory http://blog.csdn.net/smallfish0315/article/details/4 阅读全文
摘要:
Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [−2,1,−3,4,−1,2, 阅读全文