程序媛詹妮弗
终身学习
摘要: Given a non-empty array containing only positive integers, find if the array can be partitioned into two subsets such that the sum of elements in both 阅读全文
posted @ 2018-05-23 03:55 程序媛詹妮弗 阅读(364) 评论(0) 推荐(0) 编辑
摘要: Given a string s, partition s such that every substring of the partition is a palindrome. Return all possible palindrome partitioning of s. Example: 题 阅读全文
posted @ 2018-05-23 03:24 程序媛詹妮弗 阅读(124) 评论(0) 推荐(0) 编辑
摘要: Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, determine if s can be segmented into a space-separated sequ 阅读全文
posted @ 2018-05-23 03:17 程序媛詹妮弗 阅读(150) 评论(0) 推荐(0) 编辑