avatar
这个怎么弄?# JobHunting - 待字闺中
s*x
1
Given an array A of integers, find the maximum of j-i subjected to the
constraint of A[i] < A[j].
以前讨论过,忘了 mark 了,ihas1337code 上好像还没整理完。
多谢
avatar
r*y
2
max sum of the subarray

【在 s**x 的大作中提到】
: Given an array A of integers, find the maximum of j-i subjected to the
: constraint of A[i] < A[j].
: 以前讨论过,忘了 mark 了,ihas1337code 上好像还没整理完。
: 多谢

avatar
s*x
3
how? I do not see how they related.

【在 r*******y 的大作中提到】
: max sum of the subarray
avatar
i*e
4
http://www.mitbbs.com/article_t/JobHunting/31875095.html

【在 s**x 的大作中提到】
: Given an array A of integers, find the maximum of j-i subjected to the
: constraint of A[i] < A[j].
: 以前讨论过,忘了 mark 了,ihas1337code 上好像还没整理完。
: 多谢

avatar
r*y
5
for example, a1, a2 , a3, a4, a5, then what is a5 - a1 ?
a5 - a1 = (a2 - a1) + (a3 - a2) + (a4 - a3) + (a5 - a4)
it is just a sum of an array

【在 s**x 的大作中提到】
: how? I do not see how they related.
avatar
h*i
6
darksteel算法第二部分的while loop不需要吧,stack最上面的肯定大于或等于数组的
最后一个值,否则的话,他也应该是加入stack了,直接减n - 1 - stack.top就行了,
然后j = stack.top -1,后面也是,直接减就行了。

【在 i**********e 的大作中提到】
: http://www.mitbbs.com/article_t/JobHunting/31875095.html
avatar
b*r
7
but it's not asking for the biggest difference between a given pair of
integers

【在 r*******y 的大作中提到】
: for example, a1, a2 , a3, a4, a5, then what is a5 - a1 ?
: a5 - a1 = (a2 - a1) + (a3 - a2) + (a4 - a3) + (a5 - a4)
: it is just a sum of an array

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