摘要: Palindrome PartitioningGiven a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioni... 阅读全文
posted @ 2014-12-27 22:53 H5开发技术 阅读(145) 评论(0) 推荐(0) 编辑
摘要: Implement strStr()Implement strStr().Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack.最简单的思路,逐... 阅读全文
posted @ 2014-12-27 21:38 H5开发技术 阅读(186) 评论(0) 推荐(0) 编辑