2014年4月21日

摘要: Problem Link:http://oj.leetcode.com/problems/palindrome-partitioning/We solve this problem using Dynamic Programming. The problem holds the property o... 阅读全文

posted @ 2014-04-21 11:28 卢泽尔 阅读(198) 评论(0) 推荐(0)

摘要: Problem Link:http://oj.leetcode.com/problems/valid-palindrome/The following two conditions would simplify the problem:only alphanumerci characters con... 阅读全文

posted @ 2014-04-21 02:56 卢泽尔 阅读(159) 评论(0) 推荐(0)