由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 关于搭人梯那道题,careercup上面的答案错的吧
相关主题
career cup 上9.4题答案是否正确非死不可的onsite 系统设计没面好 影响大么
请教 Cracking the Coding Interview 上一道题搜索提示那道题怎么做?
问个题关于判断stack grows up or down那道题
再来cc150一问crack code interview 4.7 给的答案是对的么
请教careercup上的一道题请教CareerCup中的ROBOT MATRIX PATH那道题
Cracking Ed4里的9.7 答案有错吗?问next permutation那道题
招Graphic Designer IV, Web Developer(WordPress)crack coding 18-8 suffix tree那道题
找工作近乎绝望,觉得可能还是简历的问题,请大家帮忙看看 (转载)Merge Interval那道题
相关话题的讨论汇总
话题: person话题: circus话题: tower话题: 人梯话题: 道题
进入JobHunting版参与讨论
1 (共1页)
A*********r
发帖数: 564
1
原题如下:
9.7 A circus is designing an act consisting of a tower of people
standing atop one another’s shoulders. For practical and aesthetic reasons,
each person must be both shorter and lighter than the person below her.
Given the heights and weights of each person in the circus, what is the
largest possible number of people in such a tower?
我理解的就是要先sort一下,然后再在weight里找LIS就好了,这个要用
DP需要额外保存一数组,最好的复杂度是O(nlogn).
CareerCup给出的算法貌是不对的,从每一个unfit开始重新计算LIS
,只有O(n)的样子, 还是我理解有误?
p********7
发帖数: 549
2
这个题在排序身高之后直接变为找到最长递增序列,你说的没错
1 (共1页)
进入JobHunting版参与讨论
相关主题
Merge Interval那道题请教careercup上的一道题
search 2d matrix那道题的复杂度是啥?Cracking Ed4里的9.7 答案有错吗?
big number 那道题招Graphic Designer IV, Web Developer(WordPress)
数组下标是下一跳的那道题找工作近乎绝望,觉得可能还是简历的问题,请大家帮忙看看 (转载)
career cup 上9.4题答案是否正确非死不可的onsite 系统设计没面好 影响大么
请教 Cracking the Coding Interview 上一道题搜索提示那道题怎么做?
问个题关于判断stack grows up or down那道题
再来cc150一问crack code interview 4.7 给的答案是对的么
相关话题的讨论汇总
话题: person话题: circus话题: tower话题: 人梯话题: 道题