由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 再来道题
相关主题
周末了来做道题Print out all elements in a sorted matrix
算法问题,m*m matrix面试题
将军们, 再来做道题 (转载)find kth element in n*n sorted matrix
为什么我做了快1000道题了,还是不行呢?!LinkedIn面试题请教
请教一个题目急问!编程实现数学运算相关面试题
~~问两道AMAZON电面题A家面试题
抛砖引玉:Careercup 150题中的错误一个NxN矩阵每行每列都sort好,如何排序?
一道热门的 Google 面试题一个特别的inplace merge two sorted arrays
相关话题的讨论汇总
话题: sorted话题: matrix话题: numbers话题: given话题: now
进入JobHunting版参与讨论
1 (共1页)
r**u
发帖数: 1567
1
Given a n*m matrix having numbers such that each row and each column sorted.
Now print the numbers in present in the matrix in sorted order..
ps: He gave me the hint as, we can rearrange the matrix.
Is it possible to do it better than k-way merge?
t*****9
发帖数: 569
2
这个就是堆吧?

sorted.

【在 r**u 的大作中提到】
: Given a n*m matrix having numbers such that each row and each column sorted.
: Now print the numbers in present in the matrix in sorted order..
: ps: He gave me the hint as, we can rearrange the matrix.
: Is it possible to do it better than k-way merge?

r**u
发帖数: 1567
3
I see your point. Thx.

【在 t*****9 的大作中提到】
: 这个就是堆吧?
:
: sorted.

x****r
发帖数: 17
4
行和列都是同时sorted的么?
r**u
发帖数: 1567
5
yes.

【在 x****r 的大作中提到】
: 行和列都是同时sorted的么?
1 (共1页)
进入JobHunting版参与讨论
相关主题
一个特别的inplace merge two sorted arrays请教一个题目
问个经典问题的improvement~~问两道AMAZON电面题
一个小公司面经抛砖引玉:Careercup 150题中的错误
请教bloomberg 问题, 有关sorting一道热门的 Google 面试题
周末了来做道题Print out all elements in a sorted matrix
算法问题,m*m matrix面试题
将军们, 再来做道题 (转载)find kth element in n*n sorted matrix
为什么我做了快1000道题了,还是不行呢?!LinkedIn面试题请教
相关话题的讨论汇总
话题: sorted话题: matrix话题: numbers话题: given话题: now