摘要: 题目: Given a collection of integers that might contain duplicates, nums, return all possible subsets. Note: The solution set must not contain duplicate 阅读全文
posted @ 2017-04-23 07:25 panini 阅读(168) 评论(0) 推荐(0) 编辑
摘要: 题目: Implement strStr(). Returns the index of the first occurrence of needle in haystack, or -1 if needle is not part of haystack. 链接:https://leetcode. 阅读全文
posted @ 2017-04-23 02:55 panini 阅读(169) 评论(0) 推荐(0) 编辑