由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 发狗狗面筋,求bless
相关主题
如何check sting is valid UTF-8Amazon算法问题请教
G面经 求bless请问有没有面试过关于derivative的问题的?
Google Onsite 面经问一个题目
question about MATLAB matrix squaring (转载)问一道google面试题(from careercup)
brutal面谈经历问一道google题(from careercup)
再讨论一个面试难题谁给个不是brute force的解法
一道有意思的Google面试题一道Google题
大家都看John Hull的哪本书? 做Quant问一个小于X距离的问题
相关话题的讨论汇总
话题: bless话题: right话题: onsite话题: a1b2c3话题: abc123
进入JobHunting版参与讨论
1 (共1页)
e*****e
发帖数: 1275
1
新鲜的狗狗面筋。
电面一,
a, b, c, d, e,
f, g, h, i, j,
k, l, m, n, o
p, q, r, s, t
u, v, w, x, y
z
Write code to give the character sequence given a word, For example, if the
word is "CON", the function will print this:
Right//now we're at B
Right//now we're at C
OK//to select C
Down
DOwn
Right
Right
OK//to select O
Left//now at N
OK//to select N
电面二,search rotate sorted array.
check binary serarch tree is valid
Onsite 1, check sting is valid UTF-8.
给一个矩阵,每个格子上有三种可能,空房,阻碍物或者是保安,阻碍物不能进,空房
四个方向都能进,要写代码给每个空房标记其离最近的保安的距离,比如
000
BGG
B00
B表示障碍物,G表示保安,0表示空房,应该标记为
211
BGG
B11
Onsite 2一段乱七八糟小题目,不记得了。不过特别严格,code 不能有一点点错误。
onsite 3 maximum number of point in one line
write iterator for in order traverse Binary tree
system design的问题,大数据,海量数据。
onsite 4:cortex hull 的问题。我靠,还好老子看了careercup 里面给看到了,准备
了一下。不然死定了。
onsite 5:merge interval 的变种。和leetcode 上题目差不多。
hash talbe, function, why prime, etc
a1b2c3 to abc123
其实完全可以面更加好的,题目真心好容易。唯一亮点是自己在面试官前,抢先找到了
自己的bug.要是给我多一点时间准备就好了。
l*********8
发帖数: 4642
2
bless, 面得不错

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

b*********s
发帖数: 115
3
bless!
h*d
发帖数: 19309
4
BLESS!
f*******r
发帖数: 1086
5
Bless!
m*********n
发帖数: 931
6
bless!

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

t*********7
发帖数: 255
7
bless and mark.
R******9
发帖数: 267
8
bless~

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

y***n
发帖数: 1594
9
bless~
电面一随便那条路径都可以吗?
g********e
发帖数: 118
10
保安空房那道题什么思路?
相关主题
再讨论一个面试难题Amazon算法问题请教
一道有意思的Google面试题请问有没有面试过关于derivative的问题的?
大家都看John Hull的哪本书? 做Quant问一个题目
进入JobHunting版参与讨论
l*****a
发帖数: 14598
11
brute force硬走

【在 g********e 的大作中提到】
: 保安空房那道题什么思路?
v******l
发帖数: 60
12
thx & bless!
R******9
发帖数: 267
13
a1b2c3 => abc123不会。。

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

l*****a
发帖数: 14598
14
abc123=>a1b2c3的reverse

【在 R******9 的大作中提到】
: a1b2c3 => abc123不会。。
:
: the

R******9
发帖数: 267
15
这个也不会。。。

【在 l*****a 的大作中提到】
: abc123=>a1b2c3的reverse
c**********8
发帖数: 1052
16
bless
l****i
发帖数: 2772
17
a1b2c3 to abc123
用cycle leader iteration algorithm当场白板?
d******s
发帖数: 274
18
a1b2c3 to abc123是什么意思?
隔一个重排数组还是说分离字母数字什么的?
D*******7
发帖数: 61
19
bless

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

e*****e
发帖数: 1275
20
没有。先写了brute force(好写啊),慢慢写,一边写一边说,拖到快没时间了。然后
说还有这个optimal solution.就大概解释了一下原理,写了点pseudo code,画了几个
图完事。
要是事先不知道,当场能找到这方法的,俺立马就给他跪了。
还好看了geekforgeek,这网站不错,好多题目都有很好的答案在那里。

【在 l****i 的大作中提到】
: a1b2c3 to abc123
: 用cycle leader iteration algorithm当场白板?

相关主题
问一道google面试题(from careercup)一道Google题
问一道google题(from careercup)问一个小于X距离的问题
谁给个不是brute force的解法Fail的Google面经回馈本版
进入JobHunting版参与讨论
l*********8
发帖数: 4642
21
brute force是另外用了一个buffer吗?

【在 e*****e 的大作中提到】
: 没有。先写了brute force(好写啊),慢慢写,一边写一边说,拖到快没时间了。然后
: 说还有这个optimal solution.就大概解释了一下原理,写了点pseudo code,画了几个
: 图完事。
: 要是事先不知道,当场能找到这方法的,俺立马就给他跪了。
: 还好看了geekforgeek,这网站不错,好多题目都有很好的答案在那里。

m*********y
发帖数: 111
22
hash talbe, function, why prime, etc
请问这个题是要求自己写hash table hash function吗?
用hash table内部用链表还是数组呢,谢谢!

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

e*****e
发帖数: 1275
23
就是问general idea, 没让我写hash function.

【在 m*********y 的大作中提到】
: hash talbe, function, why prime, etc
: 请问这个题是要求自己写hash table hash function吗?
: 用hash table内部用链表还是数组呢,谢谢!
:
: the

m******s
发帖数: 1469
24
Bless

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

y***n
发帖数: 1594
25
第一题算路径是DFS吗?
f******n
发帖数: 279
26
mark
R*******d
发帖数: 13640
27
bless

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

w*****3
发帖数: 101
28
电面第一题是找一条还是所有的path?
s*c
发帖数: 95
29
thx for sharing,
what is the cortex hull question?

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

c***f
发帖数: 40
30
同问,请问什么是cortex hull问题呢?

the

【在 e*****e 的大作中提到】
: 新鲜的狗狗面筋。
: 电面一,
: a, b, c, d, e,
: f, g, h, i, j,
: k, l, m, n, o
: p, q, r, s, t
: u, v, w, x, y
: z
: Write code to give the character sequence given a word, For example, if the
: word is "CON", the function will print this:

相关主题
An interview question from a well-known small companyG面经 求bless
请教: 计算机PhD毕业找什么样的工作?Google Onsite 面经
如何check sting is valid UTF-8question about MATLAB matrix squaring (转载)
进入JobHunting版参与讨论
c***z
发帖数: 6348
31
bless!
1 (共1页)
进入JobHunting版参与讨论
相关主题
问一个小于X距离的问题brutal面谈经历
Fail的Google面经回馈本版再讨论一个面试难题
An interview question from a well-known small company一道有意思的Google面试题
请教: 计算机PhD毕业找什么样的工作?大家都看John Hull的哪本书? 做Quant
如何check sting is valid UTF-8Amazon算法问题请教
G面经 求bless请问有没有面试过关于derivative的问题的?
Google Onsite 面经问一个题目
question about MATLAB matrix squaring (转载)问一道google面试题(from careercup)
相关话题的讨论汇总
话题: bless话题: right话题: onsite话题: a1b2c3话题: abc123