132. Palindrome Partitioning II (String; DP)
摘要:
Given a string s, partition s such that every substring of the partition is a palindrome. Return the minimum cuts needed for a palindrome partitioning 阅读全文
posted @ 2015-10-23 21:01 joannae 阅读(152) 评论(0) 推荐(0) 编辑