2016年8月15日

Word Break II

摘要: Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word. Return all such p 阅读全文

posted @ 2016-08-15 21:48 Sheryl Wang 阅读(180) 评论(0) 推荐(0) 编辑

Decode Ways

摘要: A message containing letters from A-Z is being encoded to numbers using the following mapping: Given an encoded message containing digits, determine t 阅读全文

posted @ 2016-08-15 15:25 Sheryl Wang 阅读(117) 评论(0) 推荐(0) 编辑

Substring with Concatenation of All Words I

摘要: 如题,这题需要思考的是复杂度 阅读全文

posted @ 2016-08-15 11:19 Sheryl Wang 阅读(108) 评论(0) 推荐(0) 编辑

导航