2017年12月18日

Leetcode:516. Longest Palindromic Subsequence

摘要: 参考:http://algorithms.tutorialhorizon.com/longest-palindromic-subsequence/ (老外写的博文,有图有字很形象)http://blog.csdn.net/thesnowboy_2/article/details/55251028(中 阅读全文

posted @ 2017-12-18 12:37 Michael2397 阅读(138) 评论(0) 推荐(0) 编辑

Leetcode:336. Palindrome Pairs

摘要: 这题一上来就会想到暴力破解,破解代码见http://blog.csdn.net/u012848330/article/details/51660542,超时 Accept参考:https://discuss.leetcode.com/topic/40657/150-ms-45-lines-java- 阅读全文

posted @ 2017-12-18 10:41 Michael2397 阅读(223) 评论(0) 推荐(0) 编辑

导航