码迷,mamicode.com
首页 >  
搜索关键字:largest rectangular    ( 1806个结果
LeetCode之Maximum Product Subarray
1.(原文)问题描述Find the contiguous subarray within an array (containing at least one number) which has the largest product.For example, given the array [2,...
分类:其他好文   时间:2014-11-11 15:51:54    阅读次数:145
Poj 3254 Corn Fields(状态压缩)
Corn Fields Time Limit: 2000MS   Memory Limit: 65536K Total Submissions: 8291   Accepted: 4409 Description Farmer John has purchased a lush new rectangular pasture compos...
分类:其他好文   时间:2014-11-10 23:30:04    阅读次数:397
挑战一下吧!C#测试开发工程师英语面试题
1.Given a rectangular (cuboidal for the puritans) cake with a rectangular piece removed (any size or orientation), how would you cut the remainder of ...
分类:Windows程序   时间:2014-11-10 13:21:35    阅读次数:334
[Leetcode] Maximal Rectangle
Given a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.Solution: 1 public class Solution...
分类:其他好文   时间:2014-11-10 06:32:28    阅读次数:202
[006] largest_common_substring
[Description] Given two different strings, find the largest successive common substring.e.g. str1[]="qwertyuiopasdfgh"; str2[]="jhdfgqwertyudfxcv"; .....
分类:其他好文   时间:2014-11-09 12:31:30    阅读次数:203
Bubble Sort
We have 8 numbers. Sort as ascend.1st loop, we compare 7 times (for 8 numbers), and found the largest 8.2nd loop, we compare 6 times (for 7 numbers), ...
分类:其他好文   时间:2014-11-09 12:24:42    阅读次数:184
[005] unique_sub_string
[Description] Given a string, find the largest unique substring.e.g. str[] = "asdfghjkkjhgf"; sub[] = "asd";[Thought] create an auxiliary space 'r...
分类:其他好文   时间:2014-11-09 11:13:04    阅读次数:142
MySQL中主键的选择与磁盘性能
偶然看到了“Fotolog: Scaling the World\'s Largest Photo Blogging Community”,才发现很多数据库的优化其实道理都很简单,至高境界是当你面对问题时,是否真正做出了自己的思考,而不仅仅只是经验主义的惯性使然:本文案例背景介绍:一个图片网站,每张...
分类:数据库   时间:2014-11-09 08:35:43    阅读次数:157
572 - Oil Deposits
The GeoSurvComp geologic survey company is responsible for detecting underground oil deposits. GeoSurvComp works with one large rectangular region of land at a time, and creates a grid that divides th...
分类:其他好文   时间:2014-11-08 18:21:48    阅读次数:176
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,?1,2,1,...
分类:其他好文   时间:2014-11-08 16:45:18    阅读次数:111
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!