摘要: 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 阅读全文
posted @ 2016-09-06 10:40 amazingzoe 阅读(118) 评论(0) 推荐(0)
摘要: Given a list, each element in the list can be a list or integer. flatten it into a simply list with integers. Notice If the element in the given list 阅读全文
posted @ 2016-09-06 04:53 amazingzoe 阅读(209) 评论(0) 推荐(0)