码迷,mamicode.com
首页 >  
搜索关键字:largest    ( 1413个结果
748. Largest Number At Least Twice of Others
In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as much as ...
分类:其他好文   时间:2017-12-30 14:33:13    阅读次数:123
Leetcode 333: Largest BST Subtree
Note:A subtree must include all of its descendants.Here's an example: The Largest BST Subtree in this case is the highlighted one. The return value is ...
分类:其他好文   时间:2017-12-28 11:40:24    阅读次数:221
747. Largest Number At Least Twice of Others
In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twice as much as ...
分类:其他好文   时间:2017-12-27 22:31:15    阅读次数:177
747. Largest Number Greater Than Twice of Others
这道题为简单题 题目: In a given integer array nums, there is always exactly one largest element. Find whether the largest element in the array is at least twic ...
分类:其他好文   时间:2017-12-25 13:45:52    阅读次数:180
[LeetCode] 85. Maximal Rectangle Java
题目: Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. For example, given the follo ...
分类:编程语言   时间:2017-12-16 21:16:37    阅读次数:210
[LeetCode] 84. Largest Rectangle in Histogram Java
题目: Given n non-negative integers representing the histogram's bar height where the width of each bar is 1, find the area of largest rectangle in the ...
分类:编程语言   时间:2017-12-16 20:36:15    阅读次数:155
53. Maximum Subarray最大子数组
[抄题]: Find the contiguous subarray within an array (containing at least one number) which has the largest sum. For example, given the array [-2,1,-3,4 ...
分类:编程语言   时间:2017-12-10 11:26:45    阅读次数:169
Query on a tree III
Query on a tree III You are given a node labeled rooted tree with n nodes. Define the query (x, k): Find the node whose label is k th largest in the s ...
分类:其他好文   时间:2017-12-02 19:18:26    阅读次数:184
Leetcode 215: Kth Largest Element in an Array
Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. For exam ...
分类:其他好文   时间:2017-12-02 11:24:39    阅读次数:92
Leetcode 221: Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing only 1's and return its area. For example, given the following ma ...
分类:其他好文   时间:2017-12-02 11:13:43    阅读次数:174
1413条   上一页 1 ... 30 31 32 33 34 ... 142 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!