摘要:
Given a string s and a dictionary of words dict, determine if s can be segmented into a space-separated sequence of one or more dictionary words.For example, given s = "leetcode", dict = ["leet", "code"].Return true because "leetcode" can be segmented as " 阅读全文
posted @ 2014-02-07 13:36
来自海边的一片云
阅读(130)
评论(0)
推荐(0)