由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - 麻烦大家看看这个题目什么意思?
相关主题
一算法面试题morgan Stanley 的integrater职位怎么样?
问一道数据结构题Oracle job opportunity for fresh graduate
flag新题Level-1 Trading Systems Support at New York
大家怎么投简历的借人气,请教个SMTP server的问题
求助,面试第二轮job opening in RF Microwave company in MA
吹牛也不能这样吹非人工回复,2分钟内给据信
The time complexity on finding the kth largest element in a再贡献2个open position给国人(Houston)
Houston的IT工作形势不好么??寻找北卡地区CS相关volunteer job
相关话题的讨论汇总
话题: p1话题: end话题: l0话题: p0话题: 结点
进入JobHunting版参与讨论
1 (共1页)
g***j
发帖数: 1275
1
看了好多遍都没明白要表达什么意思
Given 2 links attached end to end with lengths L0 and L1 respectively, a
point P0 that the first link starts at, and a point P1 that you want the end
of the 2nd link to be at, write a function that finds the configurations of
the links that put the 2nd link’s end at point P1.
1 什么叫attached end to end? 到底是尾结点指向尾结点还是尾结点指向另外一个头
结点?
2 什么叫fund the configuration of the links?
3 到底给了什么,2 links, L0, L1, P0, P1, 那要求输出什么, configuration?
我觉得我英语没有这么差啊. 人家发过来的题目要做, 我email过去问啥意思也不回复,
只能版上问了,
P*******e
发帖数: 1353
2
感觉确实没说清楚啊,找人家要个example吧

end
of
复,

【在 g***j 的大作中提到】
: 看了好多遍都没明白要表达什么意思
: Given 2 links attached end to end with lengths L0 and L1 respectively, a
: point P0 that the first link starts at, and a point P1 that you want the end
: of the 2nd link to be at, write a function that finds the configurations of
: the links that put the 2nd link’s end at point P1.
: 1 什么叫attached end to end? 到底是尾结点指向尾结点还是尾结点指向另外一个头
: 结点?
: 2 什么叫fund the configuration of the links?
: 3 到底给了什么,2 links, L0, L1, P0, P1, 那要求输出什么, configuration?
: 我觉得我英语没有这么差啊. 人家发过来的题目要做, 我email过去问啥意思也不回复,

g***j
发帖数: 1275
3
发了, 人家没有回复
这都周末了,人家不会回复了,哭死, 只能瞎猜了.

【在 P*******e 的大作中提到】
: 感觉确实没说清楚啊,找人家要个example吧
:
: end
: of
: 复,

P*******e
发帖数: 1353
4
link是单向的?貌似是tail连了tail,然后configuration就是打印出每个节点吧,可能
本质上就是让你reverse第二个link list,已知的东西是有些多。。。不过也可以用上

【在 g***j 的大作中提到】
: 发了, 人家没有回复
: 这都周末了,人家不会回复了,哭死, 只能瞎猜了.

h****h
发帖数: 75
5
应该是找另外一个point P2,使得P2和P0距离L0,P2和P1距离L1。

end
of
复,

【在 g***j 的大作中提到】
: 看了好多遍都没明白要表达什么意思
: Given 2 links attached end to end with lengths L0 and L1 respectively, a
: point P0 that the first link starts at, and a point P1 that you want the end
: of the 2nd link to be at, write a function that finds the configurations of
: the links that put the 2nd link’s end at point P1.
: 1 什么叫attached end to end? 到底是尾结点指向尾结点还是尾结点指向另外一个头
: 结点?
: 2 什么叫fund the configuration of the links?
: 3 到底给了什么,2 links, L0, L1, P0, P1, 那要求输出什么, configuration?
: 我觉得我英语没有这么差啊. 人家发过来的题目要做, 我email过去问啥意思也不回复,

l***i
发帖数: 1309
6
Given segment |P0->P1|=L0 and |P1->P2|=L1, and the coordinates of P0 and P2,
find the set of points that P1 can take.
// typed a lot of Chinese but then got network disconnected. Hope the above
makes more sense than the original problem.
d**a
发帖数: 84
7
is it a 2-circle problem?
L0 determine a circle and l2 another one. so P1 can only be 2 points most.

P2,
above

【在 l***i 的大作中提到】
: Given segment |P0->P1|=L0 and |P1->P2|=L1, and the coordinates of P0 and P2,
: find the set of points that P1 can take.
: // typed a lot of Chinese but then got network disconnected. Hope the above
: makes more sense than the original problem.

1 (共1页)
进入JobHunting版参与讨论
相关主题
寻找北卡地区CS相关volunteer job求助,面试第二轮
Full Time C# Developer Opening in Eden Prairie, MN吹牛也不能这样吹
这个facebook puzzle样题怎么做?The time complexity on finding the kth largest element in a
招聘网站管理实习生Houston的IT工作形势不好么??
一算法面试题morgan Stanley 的integrater职位怎么样?
问一道数据结构题Oracle job opportunity for fresh graduate
flag新题Level-1 Trading Systems Support at New York
大家怎么投简历的借人气,请教个SMTP server的问题
相关话题的讨论汇总
话题: p1话题: end话题: l0话题: p0话题: 结点