xqian / cpp_projects

cplusplus projects for myself
2 stars 2 forks source link

Longest Palindromic Substring #12

Open xqian opened 11 years ago

xqian commented 11 years ago

http://leetcode.com/onlinejudge#question_5 http://leetcode.com/2011/11/longest-palindromic-substring-part-i.html http://leetcode.com/2011/11/longest-palindromic-substring-part-ii.html

And another little problem, that might worthy to take a look: Valid Palindrome http://leetcode.com/onlinejudge#question_125