Premiumlab  

2017年7月11日

摘要: https://leetcode.com/problems/insert-delete-getrandom-o1/#/description Design a data structure that supports all following operations in average O(1)  阅读全文
posted @ 2017-07-11 22:04 Premiumlab 阅读(103) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/subsets-ii/#/description Given a collection of integers that might contain duplicates, nums, return all possible subsets 阅读全文
posted @ 2017-07-11 18:39 Premiumlab 阅读(106) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/implement-trie-prefix-tree/#/description Implement a trie with insert, search, and startsWith methods. Note:You may assu 阅读全文
posted @ 2017-07-11 18:13 Premiumlab 阅读(107) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/search-in-rotated-sorted-array/#/description Suppose an array sorted in ascending order is rotated at some pivot unknown 阅读全文
posted @ 2017-07-11 12:01 Premiumlab 阅读(122) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/simplify-path/#/description Given an absolute path for a file (Unix-style), simplify it. For example,path = "/home/", => 阅读全文
posted @ 2017-07-11 10:35 Premiumlab 阅读(128) 评论(0) 推荐(0) 编辑