码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
[LC] 53. Maximum Subarray
Given an integer array nums, find the contiguous subarray (containing at least one number) which has the largest sum and return its sum. Example: ...
分类:其他好文   时间:2019-10-13 23:34:58    阅读次数:112
85. Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing only 1's and return its area. Example: 把每一列看成histogram,就可以得到4个 ...
分类:其他好文   时间:2019-10-10 09:14:03    阅读次数:71
TOJ4244: Sum
描述 Given a sequence, we define the seqence's value equals the difference between the largest element and the smallest element in the sequence. As an e ...
分类:其他好文   时间:2019-10-08 14:34:06    阅读次数:73
2018 ICPC Asia Singapore Regional A. Largest Triangle (计算几何)
题目链接: "Kattis largesttriangle" Description Given $N$ points on a $2$ dimensional space, determine the area of the largest triangle that can be formed ...
分类:其他好文   时间:2019-10-06 00:52:11    阅读次数:345
Hyperion: Building the Largest In memory Search Tree
Introduction 索引在数据管理中起到很重要的作用,很多索引结构都会采用访问速度快而且内存消耗少的trie树,但一般常见的trie树索引结构都强调效率而忽视内存的效率,他们的效率虽然高,但内存的消耗比较大。这篇文章提出了一种新的树形结构 Hyperion,在效率上做到对范围查询和点查询都能够 ...
分类:其他好文   时间:2019-10-05 22:34:36    阅读次数:131
Oil Deposits (DFS)
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of ...
分类:其他好文   时间:2019-10-02 00:42:45    阅读次数:75
POJ 1753 Flip Game
Description: Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white an ...
分类:其他好文   时间:2019-10-01 09:45:56    阅读次数:111
179. Largest Number
import java.lang.StringBuilder /** * 179. Largest Number * https://leetcode.com/problems/largest-number/description/ * https://www.cnblogs.com/grandya... ...
分类:其他好文   时间:2019-10-01 09:13:20    阅读次数:79
Largest Rectangle in a Histogram 杭电1506
题目链接 :http://acm.hdu.edu.cn/showproblem.php?pid=1506 Problem Description A histogram is a polygon composed of a sequence of rectangles aligned at a co ...
分类:其他好文   时间:2019-09-28 12:43:03    阅读次数:68
HDU-1238-Substrings(KMP, 暴力枚举)
链接: https://vjudge.net/problem/HDU 1238 题意: You are given a number of case sensitive strings of alphabetic characters, find the largest string X, such ...
分类:其他好文   时间:2019-09-26 21:42:17    阅读次数:94
1806条   上一页 1 ... 10 11 12 13 14 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!