由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - question in java array
相关主题
A question about how to uniquely represent a binary tree算法题:两列找共同元素有O(n)的算法吗?
一道linkedin常见题,我的答案对吗?merge k个数组怎样的方法好?
Google电话面试题目Extension problem of finding intersection of two sorted array
一道老题问个微软面试题
也问一个算法题问个google面试题
问个面试题Random Array number, Find longest consecutive sequence
careercup上这道题我竟然没看懂哪里有讲k-way merge的?
find median for k sorted arrays求教一个onsite面试题目
相关话题的讨论汇总
话题: array话题: matrix话题: 3rd
进入JobHunting版参与讨论
1 (共1页)
e***a
发帖数: 1661
1
int[][] matrix = new int[5][10];
matrix[2] represents the 3rd row.
How to represent the 3rd column concisely?
p*****2
发帖数: 21240
2

您老在面哪个公司?

【在 e***a 的大作中提到】
: int[][] matrix = new int[5][10];
: matrix[2] represents the 3rd row.
: How to represent the 3rd column concisely?

1 (共1页)
进入JobHunting版参与讨论
相关主题
求教一个onsite面试题目也问一个算法题
divide array into two, sum of difference is min in O(N)问个面试题
刷题刷到没自信了careercup上这道题我竟然没看懂
a[i] + b[j] = c[k] 的题有靠谱的答案不?find median for k sorted arrays
A question about how to uniquely represent a binary tree算法题:两列找共同元素有O(n)的算法吗?
一道linkedin常见题,我的答案对吗?merge k个数组怎样的方法好?
Google电话面试题目Extension problem of finding intersection of two sorted array
一道老题问个微软面试题
相关话题的讨论汇总
话题: array话题: matrix话题: 3rd