码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
POJ1753 Flip Game(bfs、枚举)
链接:http://poj.org/problem?id=1753 Flip Game Description Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 ...
分类:其他好文   时间:2016-09-09 20:40:24    阅读次数:138
POJ 1979 Red and Black (红与黑)
POJ 1979 Red and Black (红与黑) Time Limit: 1000MS Memory Limit: 30000K Description 题目描述 There is a rectangular room, covered with square tiles. Each til ...
分类:其他好文   时间:2016-09-07 22:56:40    阅读次数:247
Maximal Square
Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. Given a 2D binary matrix filled with ...
分类:其他好文   时间:2016-09-07 10:35:12    阅读次数:104
General Motors China
General Motors Co., one of the world's largest automakers, trace its root back to 1908. The General Motors-China relationship dates back more than nin ...
分类:其他好文   时间:2016-09-04 17:18:34    阅读次数:711
UVa10780
10780 Again Prime? No time.The problem statement is very easy. Given a number n you have to determine the largest power of m,not necessarily prime, th ...
分类:其他好文   时间:2016-09-04 01:30:39    阅读次数:166
LeetCode OJ 84. Largest Rectangle in Histogram
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 hist ...
分类:其他好文   时间:2016-09-03 20:58:38    阅读次数:183
UVa11388
11388 GCD LCMThe GCD of two positive integers is the largest integer that divides both the integers without anyremainder. The LCM of two positive inte ...
分类:其他好文   时间:2016-09-03 12:15:15    阅读次数:112
leetcode-Kth Largest Element in an Array-215
输入一个数组,求第k大的数 利用快排,因为快排的每一轮递归使一个元素归位,所以判断当前归位的元素是否是第k个,若是,返回 ...
分类:其他好文   时间:2016-09-01 14:36:26    阅读次数:167
LeetCode-Perfect Rectangle
Given N axis-aligned rectangles where N > 0, determine if they all together form an exact cover of a rectangular region. Each rectangle is represented ...
分类:其他好文   时间:2016-09-01 14:33:47    阅读次数:219
LeetCode-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 ...
分类:其他好文   时间:2016-09-01 08:12:04    阅读次数:154
1806条   上一页 1 ... 68 69 70 71 72 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!