avatar
career cup book v4 9.7 题# JobHunting - 待字闺中
S*a
1
还是confidential,不合适问的?
如果不能问就要等到明年4月了。。。哎
avatar
h*3
2
题目不短, 就是
Input (ht, wt): (65, 100) (70, 150) (56, 90) (75, 190) (60, 95) (68, 110)
Output: The longest tower is length 6 and includes from top to bottom: (56,
90) (60,95) (65,100) (68,110) (70,150) (75,190)
我觉得solution不是特别正确.
1. 比如 (60,60)(70,56)(70,66)(80,70)
method fillNextSeq() 中的比较method
if (i == 0 || items.get(i-1).isBefore(item))
就会把 (70,66)给漏掉.
2. 要记住UnfitItem的原因就是以为通过比较选择要与不要UnfitItem, 会得到不同的
sequence, 愣是没看出算法有实现这个?
是不是有经典讨论? 给个连接也成.
avatar
H*N
3
我们学校每一步的结果都会通知的
avatar
i*s
4
can you clarify the question? It is not clear
avatar
O*r
5
系主任应该主动通知你。当然最后一道橡皮图章要四月左右,但11月的answer一般就是
final。
avatar
a*k
6
This can be reduces to LIS, O(nlogn).
avatar
S*a
7
系主任主动通知了系里的结果。但说院里的和学校的就不知道了。。。学校规定系主任
不能担任院appointment&promotion committee member。。。看了学校写明的
过程也是这样:院里只有在系和院都negative的情况下才会通知我。这种情况下我找一
个院里的committee member直接问合适吗?
avatar
h*3
8
愿闻其详.

【在 a**********k 的大作中提到】
: This can be reduces to LIS, O(nlogn).
avatar
O*r
9
越级问好像不好。让系主任去问院长,院长在往上问。其实学校里的Tenure committee
正常情况下会通知院长,然后院长通知系主任的。
avatar
a*k
10
sort based on ht first, O(nlogn),
then find the longest increasing subsequence on the sorted array,
which has a well-known O(nlogn) alg.

【在 h******3 的大作中提到】
: 愿闻其详.
avatar
S*a
11
谢谢!那就看机会找系主任问吧。11月貌似院长还要替我写封信。

committee

【在 O*********r 的大作中提到】
: 越级问好像不好。让系主任去问院长,院长在往上问。其实学校里的Tenure committee
: 正常情况下会通知院长,然后院长通知系主任的。

avatar
a*k
12
sort based on ht first, O(nlogn),
then find the longest increasing subsequence (based on wt) on the sorted
array,
which has a well-known O(nlogn) alg.

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