Redian新闻
>
rr地问:房子算面积sqft,包括garage么?
avatar
rr地问:房子算面积sqft,包括garage么?# Living
r*7
1
版上看到的面经,我怎么觉得好难啊
Given a 2D space of maximum size NxN which supports two operations :
[1] void UPDATE(x,y,v) - sets the value of cell [x,y] to v
[2] int QUERY(x1,y1,x2,y2) - returns sub-rectangle sum (x1,y1) to (x2,
y2)
inclusive, and there is an infinite stream of such 2 types of
operations which have to supported. How would you store the values for
efficient updates and retrievals ? (二维线段树 说算法+分析复杂度)
avatar
u*n
2
户口都放到人才中心了,可以直接填老家地址(不一个省)吗?会影响FBI的check吗?
avatar
p*r
3
:p
avatar
y*e
4
Kd-Tree.

【在 r****7 的大作中提到】
: 版上看到的面经,我怎么觉得好难啊
: Given a 2D space of maximum size NxN which supports two operations :
: [1] void UPDATE(x,y,v) - sets the value of cell [x,y] to v
: [2] int QUERY(x1,y1,x2,y2) - returns sub-rectangle sum (x1,y1) to (x2,
: y2)
: inclusive, and there is an infinite stream of such 2 types of
: operations which have to supported. How would you store the values for
: efficient updates and retrievals ? (二维线段树 说算法+分析复杂度)

avatar
e*u
5
地址又不是户口,填家里就行,FBI还管得了中国

【在 u****n 的大作中提到】
: 户口都放到人才中心了,可以直接填老家地址(不一个省)吗?会影响FBI的check吗?
avatar
w*m
6
不算GARAGE
avatar
T*7
7
Mark

★ 发自iPhone App: ChineseWeb 8.7

【在 y****e 的大作中提到】
: Kd-Tree.
avatar
d*y
8
填家里或者户口存放地都可以
avatar
J*S
9
NO
avatar
i*e
10
2D Binary Index Tree, which is a simpler version of segment tree.
avatar
c*j
11
NO,包子
avatar
s*a
12
这个要问面试官 update和query哪个频繁
updata频繁的话 就直接暴力加和。update(O(1)) query(O(N^2))
query频繁 用到左上角的举行加和 update(O(N^2)) query(O(1))
如果差不多 就应该建树吧
avatar
J*S
13
顺便请教一下, “rr”地问就是“二二”地问,是吧?

【在 p****r 的大作中提到】
: :p
avatar
k*7
14
这个怎么样?
每个点(Xi,Yi)存sumX0~Xi , Yi不变,即每行前面点的sum
Update: O(n) 需要更新所有Xj, j大于i
Query:O(n) 每行的sum=Xj-Xi

【在 r****7 的大作中提到】
: 版上看到的面经,我怎么觉得好难啊
: Given a 2D space of maximum size NxN which supports two operations :
: [1] void UPDATE(x,y,v) - sets the value of cell [x,y] to v
: [2] int QUERY(x1,y1,x2,y2) - returns sub-rectangle sum (x1,y1) to (x2,
: y2)
: inclusive, and there is an infinite stream of such 2 types of
: operations which have to supported. How would you store the values for
: efficient updates and retrievals ? (二维线段树 说算法+分析复杂度)

avatar
s*t
15
弱弱

【在 J**S 的大作中提到】
: 顺便请教一下, “rr”地问就是“二二”地问,是吧?
avatar
p*r
16
这样,那有些房子比如这么写:
Finished Sq. Ft. 900
Unfinished Sq. Ft.960
是什么意思?我以为unfinished是garage呢。。
avatar
r*a
17
地下室

【在 p****r 的大作中提到】
: 这样,那有些房子比如这么写:
: Finished Sq. Ft. 900
: Unfinished Sq. Ft.960
: 是什么意思?我以为unfinished是garage呢。。

avatar
c*j
18
unfinished == garage
油菜

【在 p****r 的大作中提到】
: 这样,那有些房子比如这么写:
: Finished Sq. Ft. 900
: Unfinished Sq. Ft.960
: 是什么意思?我以为unfinished是garage呢。。

avatar
J*S
19
Unfinished Sq. Ft.960
=======================
这得是多大的车库啊。。

【在 c******j 的大作中提到】
: unfinished == garage
: 油菜

avatar
c*7
20
车库都不算unfinished的。
avatar
p*r
21
好像的确是指车库。。。这不算cheating嘛。。

【在 J**S 的大作中提到】
: Unfinished Sq. Ft.960
: =======================
: 这得是多大的车库啊。。

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。