随笔分类 -  LeetCode

LeetCode 面试题算法总结
[Leetcode] Palindrome Partitioning I
摘要:最近要开始准备找工作了,开始做Leetcode 上面的面试题,暂定每天至少一道。下面是第一道题:Given a strings, partitionssuch that every substring of the partition is a palindrome.Return all possible palindrome partitioning ofs.For example, givens="aab",Return [ ["aa","b"], ["a","a","b" 阅读全文
posted @ 2013-08-14 19:58 木西 阅读(257) 评论(0) 推荐(0)