由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 两道找最大submatrix的题?
相关主题
My Microsoft Interview Questions求分析这题的时间复杂度
问一个古老的问题想成为嵌入式程序员应知道的0x10个基本问题 zz
careerup 150的一道经典题[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zz
问个老题 - max submatrix with the same bordergoogle 首轮面世汇报
一道 A9.com Search Team 的面经难题Google电话面试题目
贴两道面试题[合集] Google电话面试题目
Interview Questions职业杯另外一道
面经问一道题
相关话题的讨论汇总
话题: submatrix话题: matrix话题: 两道话题: filled话题: 最大
进入JobHunting版参与讨论
1 (共1页)
s****t
发帖数: 36
1
有两道最大submatrix的题,都在careercup里面的。不太懂。
1. Image you have a square matrix, where each cell is filled with
either black or white. Design an algorithm to find the maximum
subsquare such that all four borders are filled with black pixels.
2. Given an N*N matrix of positive and negative integers, write
code to find the sub-matrix with the largest possible sum?
有人解释一下啊。
Thanks。
r**u
发帖数: 1567
2
2. check kadane's 2-D algorithm

【在 s****t 的大作中提到】
: 有两道最大submatrix的题,都在careercup里面的。不太懂。
: 1. Image you have a square matrix, where each cell is filled with
: either black or white. Design an algorithm to find the maximum
: subsquare such that all four borders are filled with black pixels.
: 2. Given an N*N matrix of positive and negative integers, write
: code to find the sub-matrix with the largest possible sum?
: 有人解释一下啊。
: Thanks。

1 (共1页)
进入JobHunting版参与讨论
相关主题
问一道题一道 A9.com Search Team 的面经难题
再来一道简单的bit运算题贴两道面试题
MS interview questionInterview Questions
microsoft phone interview round 1面经
My Microsoft Interview Questions求分析这题的时间复杂度
问一个古老的问题想成为嵌入式程序员应知道的0x10个基本问题 zz
careerup 150的一道经典题[合集] 想成为嵌入式程序员应知道的0x10个基本问题 zz
问个老题 - max submatrix with the same bordergoogle 首轮面世汇报
相关话题的讨论汇总
话题: submatrix话题: matrix话题: 两道话题: filled话题: 最大