Premiumlab  
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页

2017年7月10日

摘要: https://leetcode.com/problems/minimum-size-subarray-sum/#/description Given an array of n positive integers and a positive integer s, find the minimal 阅读全文
posted @ 2017-07-10 22:40 Premiumlab 阅读(100) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/kth-largest-element-in-an-array/#/description Find the kth largest element in an unsorted array. Note that it is the kth 阅读全文
posted @ 2017-07-10 21:18 Premiumlab 阅读(265) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/product-of-array-except-self/#/description Given an array of n integers where n > 1, nums, return an array output such t 阅读全文
posted @ 2017-07-10 17:06 Premiumlab 阅读(96) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/word-search/#/description Given a 2D board and a word, find if the word exists in the grid. The word can be constructed 阅读全文
posted @ 2017-07-10 16:40 Premiumlab 阅读(103) 评论(0) 推荐(0) 编辑

2017年7月9日

摘要: https://leetcode.com/problems/group-anagrams/#/description Given an array of strings, group anagrams together. For example, given: ["eat", "tea", "tan 阅读全文
posted @ 2017-07-09 15:14 Premiumlab 阅读(150) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/lowest-common-ancestor-of-a-binary-tree/#/description Given a binary tree, find the lowest common ancestor (LCA) of two 阅读全文
posted @ 2017-07-09 14:33 Premiumlab 阅读(105) 评论(0) 推荐(0) 编辑
 
摘要: Clone an undirected graph. Each node in the graph contains a label and a list of its neighbors. OJ's undirected graph serialization: Nodes are labeled 阅读全文
posted @ 2017-07-09 12:54 Premiumlab 阅读(134) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/multiply-strings/#/description Given two non-negative integers num1 and num2 represented as strings, return the product 阅读全文
posted @ 2017-07-09 11:13 Premiumlab 阅读(116) 评论(0) 推荐(0) 编辑
 
摘要: https://leetcode.com/problems/validate-binary-search-tree/#/description Given a binary tree, determine if it is a valid binary search tree (BST). Assu 阅读全文
posted @ 2017-07-09 10:26 Premiumlab 阅读(133) 评论(0) 推荐(0) 编辑

2017年7月8日

摘要: https://leetcode.com/problems/subsets/#/description Given a set of distinct integers, nums, return all possible subsets. Note: The solution set must n 阅读全文
posted @ 2017-07-08 11:37 Premiumlab 阅读(124) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 14 下一页