Premiumlab  

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 阅读(108) 评论(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 阅读(285) 评论(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 阅读(103) 评论(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 阅读(113) 评论(0) 推荐(0)