摘要: Implement wildcard pattern matching with support for '?' and '*'.'?' Matches any single character.'*' Matches any sequence of characters (including th... 阅读全文
posted @ 2014-05-07 21:34 linyx 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Regular Expression MatchingImplement regular expression matching with support for '.' and '*'.'.' Matches any single character.'*' Matches zero or mor... 阅读全文
posted @ 2014-05-07 15:00 linyx 阅读(211) 评论(0) 推荐(0) 编辑
摘要: Subsets IGiven a set of distinct integers, S, return all possible subsets.Note:Elements in a subset must be in non-descending order.The solution set m... 阅读全文
posted @ 2014-05-07 00:26 linyx 阅读(216) 评论(0) 推荐(0) 编辑