Redian新闻
>
下雨有水从gutter和房檐边之间滴下来正常吗?
avatar
下雨有水从gutter和房檐边之间滴下来正常吗?# Living
m*r
1
almost everything is deal hehe.
avatar
g*t
3
gutter什么都是clean 和work的,但是下雨有水从gutter和房檐边之间滴下来 是不是
gutter没装好?
avatar
t*e
4
买啥呀
avatar
h*e
5
类似单调队列dp, 但是这里用stack 维护一个单调的栈 数据结构不是deque
avatar
w*4
6
排水管有可能堵住了。天晴的时候,弄一盆水从排水管的入口处倒进去,看看水是不是
能很快从排水管下面的出口出来。如果不能,就需要通一下排水管。可能需要一截一截
拆开。不过并不难,就是拧几个螺丝。一般排水管的拐弯处比较容易堵。
avatar
a*e
7
小心拿不到

【在 m*r 的大作中提到】
: almost everything is deal hehe.
avatar
r*k
8
算法解释是这样的:
We have discussed a Divide and Conquer based O(nLogn) solution for this
problem. In this post, O(n) time solution is discussed. Like the previous
post, width of all bars is assumed to be 1 for simplicity. For every bar ‘x
’, we calculate the area with ‘x’ as the smallest bar in the rectangle.
If we calculate such area for every bar ‘x’ and find the maximum of all
areas, our task is done. How to calculate area with ‘x’ as smallest bar?
We need to know index of the first smaller (smaller than ‘x’) bar on left
of ‘x’ and index of first smaller bar on right of ‘x’. Let us call these
indexes as ‘left index’ and ‘right index’ respectively.
We traverse all bars from left to right, maintain a stack of bars. Every bar
is pushed to stack once. A bar is popped from stack when a bar of smaller
height is seen. When a bar is popped, we calculate the area with the popped
bar as smallest bar. How do we get left and right indexes of the popped bar
– the current index tells us the ‘right index’ and index of previous item
in stack is the ‘left index’. Following is the complete algorithm.

【在 h*******e 的大作中提到】
: 类似单调队列dp, 但是这里用stack 维护一个单调的栈 数据结构不是deque
avatar
c*2
9
不正常。如上所介绍的或者用其他办法处理。

【在 g********t 的大作中提到】
: gutter什么都是clean 和work的,但是下雨有水从gutter和房檐边之间滴下来 是不是
: gutter没装好?

avatar
s*y
10
亏大了,前两天刚买了相机,555555
avatar
r*k
11
里面明明说要两边找,left index和right index
可是,只扫描一遍,怎么找right index?
算的时候,为啥right index就是自己?

‘x
left
these

【在 r*******k 的大作中提到】
: 算法解释是这样的:
: We have discussed a Divide and Conquer based O(nLogn) solution for this
: problem. In this post, O(n) time solution is discussed. Like the previous
: post, width of all bars is assumed to be 1 for simplicity. For every bar ‘x
: ’, we calculate the area with ‘x’ as the smallest bar in the rectangle.
: If we calculate such area for every bar ‘x’ and find the maximum of all
: areas, our task is done. How to calculate area with ‘x’ as smallest bar?
: We need to know index of the first smaller (smaller than ‘x’) bar on left
: of ‘x’ and index of first smaller bar on right of ‘x’. Let us call these
: indexes as ‘left index’ and ‘right index’ respectively.

avatar
m*r
12
以前的还可以,我只是买了wii fit啥的,系统不敢买

【在 a***e 的大作中提到】
: 小心拿不到
avatar
r*k
13
被这题搞伤心了,sigh

【在 r*******k 的大作中提到】
: 里面明明说要两边找,left index和right index
: 可是,只扫描一遍,怎么找right index?
: 算的时候,为啥right index就是自己?
:
: ‘x
: left
: these

avatar
l*n
14
为啥?

【在 a***e 的大作中提到】
: 小心拿不到
avatar
h*e
15
算法是求当前坐标为正方形(还是长方形)右沿儿的所有最大面积可能。
左沿的情况那个stack结构在 index 遍历经过左沿的时候已经记录了。。
我当时也想了好久,后来出去吃饭时候想明白了,但是最后发现结束的时候还有一个特
殊条件没考虑。

‘x
left
these

【在 r*******k 的大作中提到】
: 算法解释是这样的:
: We have discussed a Divide and Conquer based O(nLogn) solution for this
: problem. In this post, O(n) time solution is discussed. Like the previous
: post, width of all bars is assumed to be 1 for simplicity. For every bar ‘x
: ’, we calculate the area with ‘x’ as the smallest bar in the rectangle.
: If we calculate such area for every bar ‘x’ and find the maximum of all
: areas, our task is done. How to calculate area with ‘x’ as smallest bar?
: We need to know index of the first smaller (smaller than ‘x’) bar on left
: of ‘x’ and index of first smaller bar on right of ‘x’. Let us call these
: indexes as ‘left index’ and ‘right index’ respectively.

avatar
m*n
16
我昨天beauty.com的都没给, 怕了

【在 m*r 的大作中提到】
: almost everything is deal hehe.
avatar
c*a
18
说不定被钓鱼了
avatar
c*a
20
说不定被钓鱼了
avatar
a*g
21
欢迎光临!

【在 r*******k 的大作中提到】
: 你这个blog真好
: 我要rss订阅,hoho

avatar
c*a
22
说不定被钓鱼了
avatar
m*r
23
为什么要钓3次鱼?

【在 c*****a 的大作中提到】
: 说不定被钓鱼了
avatar
h*a
24
可以多挣点wb

【在 m*r 的大作中提到】
: 为什么要钓3次鱼?
avatar
w*a
25
酱紫啊,那俺上机器人钓个两万条鱼,是不是就富了?

【在 h********a 的大作中提到】
: 可以多挣点wb
avatar
c*e
26
下了个nex-5

【在 c*****a 的大作中提到】
: 说不定被钓鱼了
avatar
S*g
27
dell的bing cashback一般要多久会显示出来?

【在 c*******e 的大作中提到】
: 下了个nex-5
avatar
c*y
28
dell得好像都不是instant

【在 S*********g 的大作中提到】
: dell的bing cashback一般要多久会显示出来?
avatar
t*3
29
没有哇,key word?
avatar
c*e
30
这个我还真不知道,呵呵,我保存了25%跳转的那个画面

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