摘要: 原题链接在这里:https://leetcode.com/problems/unique-paths/ 题目: A robot is located at the top-left corner of a m x n grid (marked 'Start' in the diagram below 阅读全文
posted @ 2015-09-13 07:47 Dylan_Java_NYC 阅读(355) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/palindrome-partitioning-ii/ 题目: Given a string s, partition s such that every substring of the partition is a pa 阅读全文
posted @ 2015-09-13 05:19 Dylan_Java_NYC 阅读(249) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/palindrome-partitioning/ 题目: Given a string s, partition s such that every substring of the partition is a palin 阅读全文
posted @ 2015-09-13 02:22 Dylan_Java_NYC 阅读(285) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/word-break-ii/ 题目: Given a non-empty string s and a dictionary wordDict containing a list of non-empty words, ad 阅读全文
posted @ 2015-09-13 01:40 Dylan_Java_NYC 阅读(301) 评论(0) 推荐(0) 编辑